Commit 36ec1bac authored by 赵茹林's avatar 赵茹林

标签 修复 无法添加标签的问题

parent 54e436a9
......@@ -195,9 +195,12 @@
},
dialogReset(callback) {
this.$nextTick(()=>{
this.conditions = arr;
this.tableData = [];
this.total = 0
this.$refs['dialogForm'].resetFields();
//this.$nextTick(()=>{
callback && callback();
//})
//this.dialog.form.id = '';
//this.dialog.form.pid = '';
})
},
dialogSave() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment