Parcourir la source

调整机构编辑

luojun il y a 2 ans
Parent
commit
f64586bfd6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
           });
         }
       });