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