修改bug

prod
wangwei 2 years ago
parent 166a7a29ea
commit f5dce61d16

@ -540,6 +540,8 @@ export default {
}, },
cancelDialog() { cancelDialog() {
this.formVisible = false; this.formVisible = false;
//
this.$refs["dataForm"].resetFields();
}, },
deleteDialog(row) { deleteDialog(row) {
this.$confirm("是否删除该部门?", "提示", { this.$confirm("是否删除该部门?", "提示", {

Loading…
Cancel
Save