|
@@ -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 {
|