Commit ddaba43a authored by hangjun83's avatar hangjun83

1、修复bug

parent dd6d14f3
...@@ -548,10 +548,14 @@ export default { ...@@ -548,10 +548,14 @@ export default {
} }
this.showAddSorderTask = false; this.showAddSorderTask = false;
this.$refs.form.resetFields(); this.cleanAll()
} }
}); });
}, },
cleanAll(){
this.$refs.form.resetFields();
this.selectRowData = [];
},
exec(v) { exec(v) {
this.$Modal.confirm({ this.$Modal.confirm({
title: "确认手动执行", title: "确认手动执行",
......
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