Commit 26b1a15a authored by 仇晓婷's avatar 仇晓婷

部门优化

parent 55f133be
...@@ -144,7 +144,6 @@ export default { ...@@ -144,7 +144,6 @@ export default {
}, },
watch: { watch: {
"row.id"(v) { "row.id"(v) {
console.log(this.row);
this.city_level = []; this.city_level = [];
let model = { let model = {
name: this.row.name, name: this.row.name,
......
...@@ -141,6 +141,7 @@ export default { ...@@ -141,6 +141,7 @@ export default {
this.addModal = false; this.addModal = false;
this.editModal = false; this.editModal = false;
this.addrowModal = false; this.addrowModal = false;
this.treeData = [];
}, },
add() { add() {
this.addModal = true; this.addModal = true;
......
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