|
|
@@ -95,7 +95,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-dialog :title='isshow' :visible.sync="dialogVisible" > |
|
|
|
<el-dialog :title='isshow' :visible.sync="dialogVisible" @closed='clear'> |
|
|
|
<el-form :model="addagentobj" label-position="labelPosition" :rules="rules" ref="addagentobj" label-width="140px" style="width:60%; margin: 0 auto;"> |
|
|
|
<el-form-item label="批次号" prop="batchId"> |
|
|
|
<el-input v-model="addagentobj.batchId" maxlength="20" clearable></el-input> |
|
|
@@ -189,7 +189,9 @@ export default { |
|
|
|
this.isshow='编辑'; |
|
|
|
this.dialogVisible=true; |
|
|
|
}, |
|
|
|
|
|
|
|
clear(){ |
|
|
|
this.$refs.addagentobj.resetFields(); |
|
|
|
}, |
|
|
|
//添加 |
|
|
|
editorinfo(){ |
|
|
|
this.isshow='绑定'; |
|
|
|