Explorar el Código

调整机构管理

luojun hace 2 años
padre
commit
04f7e655fb
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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();
           });
         }
       });