代码:
<avue-form :option="option" v-model="publishForm" ref="publishForm">
<template slot-scope="{size}" slot="menuForm">
<el-button :size="size" @click="$refs.publishForm.resetForm()">取 消</el-button>
<el-button type="primary" :size="size" @click="$refs.publishForm.submit()">导 出</el-button>
</template>
</avue-form>
主要地方:给表单定义ref属性,并使用$refs.publishForm触发方法