浏览代码

调整机构编辑

luojun 2 年之前
父节点
当前提交
f64586bfd6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/system/dept/index.vue

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

@@ -621,7 +621,7 @@ export default {
             this.$modal.msgSuccess("处理成功");
             this.open = false;
             this.getList();
-            // this.getDeptTree();
+            this.getDeptTree();
           });
         }
       });