Commit 3ec4efbb authored by chenqikuai's avatar chenqikuai

fix

parent 431d07a3
...@@ -816,8 +816,10 @@ export default Vue.extend({ ...@@ -816,8 +816,10 @@ export default Vue.extend({
id: record.id, id: record.id,
}); });
// this.initTableDataSource(); // this.initTableDataSource();
this.initTableDataSource();
message.success("删除成功"); message.success("删除成功");
this.$router.go(-1); // this.$router.go(-1);
}, },
onCancel() {}, onCancel() {},
}); });
......
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