Browse Source

账号组管理修改

zhongxiaoyu 3 years ago
parent
commit
ab87814be2
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/views/accountGroupManagement/minixs/treeData.js

+ 5 - 5
src/views/accountGroupManagement/minixs/treeData.js

@@ -1,8 +1,8 @@
 /*
  * @Author: your name
  * @Date: 2021-12-22 17:00:22
- * @LastEditTime: 2022-02-18 10:08:43
- * @LastEditors: Please set LastEditors
+ * @LastEditTime: 2022-03-03 16:29:07
+ * @LastEditors: your name
  * @Description: 获取权限树
  * @FilePath: \Foshan4A2.0\src\views\authorityManagement\minixs\treeData.js
  */
@@ -25,9 +25,9 @@ export default {
       dataArr: []
     }
   },
-  created () {
-    this.getGroupTree()
-  },
+  // created () {
+  //   this.getGroupTree()
+  // },
   methods: {
     async getGroupTree (name = '') {
       try {