Commit a1aef303 by 潘建波

提交确定操作

1 parent 71e0cf9a
...@@ -439,7 +439,9 @@ export default { ...@@ -439,7 +439,9 @@ export default {
this.$store.commit("setocxstate", 0); this.$store.commit("setocxstate", 0);
this.$refs.tree.setCheckedKeys([]); this.$refs.tree.setCheckedKeys([]);
}, },
save() {}, save() {
this.setvisible = false;
},
moveFun(index, row) { moveFun(index, row) {
this.innerVisible = true; this.innerVisible = true;
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!