mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
报告
This commit is contained in:
@@ -215,7 +215,7 @@ import dayjs from "dayjs";
|
||||
import {message} from "ant-design-vue";
|
||||
import Cookies from "vue-cookies";
|
||||
import {useStore} from "vuex";
|
||||
import orgjson from './org.json';
|
||||
// import orgjson from './org.json';
|
||||
// import fl from './fl.json';
|
||||
import PostSelectNew from "@/components/growthpath/PostSelect.vue";
|
||||
import OfficeSelect from "@/components/growthpath/OfficeSelect.vue";
|
||||
@@ -411,8 +411,8 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
// const res = await api.userGetUserOrg({});
|
||||
const res = orgjson;
|
||||
const res = await api.userGetUserOrg({});
|
||||
// const res = orgjson;
|
||||
if (res != null && res.data != null && res.data.result != null && res.data.result.orgTreeList != null) {
|
||||
orgArray = flattenOrgTree(res.data.result.orgTreeList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user