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

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

parent 54e436a9
...@@ -195,9 +195,12 @@ ...@@ -195,9 +195,12 @@
}, },
dialogReset(callback) { dialogReset(callback) {
this.$nextTick(()=>{ this.$nextTick(()=>{
this.conditions = arr; this.$refs['dialogForm'].resetFields();
this.tableData = []; //this.$nextTick(()=>{
this.total = 0 callback && callback();
//})
//this.dialog.form.id = '';
//this.dialog.form.pid = '';
}) })
}, },
dialogSave() { 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