瀏覽代碼

调整机构管理

luojun 2 年之前
父節點
當前提交
04f7e655fb
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/system/dept/index.vue

+ 3 - 3
src/views/system/dept/index.vue

@@ -521,8 +521,8 @@ export default {
     cancel() {
       this.open = false;
       this.reset();
-      this.getList();
-      this.getDeptTree();
+      // this.getList();
+      // this.getDeptTree();
     },
     // 表单重置
     reset() {
@@ -589,7 +589,7 @@ export default {
             this.$modal.msgSuccess("修改成功");
             this.open = false;
             this.getList();
-            this.getDeptTree();
+            // this.getDeptTree();
           });
         }
       });