mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
fixed
This commit is contained in:
@@ -145,7 +145,6 @@ export default {
|
|||||||
return item.basicBoeUserId;
|
return item.basicBoeUserId;
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
//请求组织接口
|
|
||||||
//请求组织接口
|
//请求组织接口
|
||||||
const getOrgList = async () => {
|
const getOrgList = async () => {
|
||||||
const res = await api.userGetUserOrg({});
|
const res = await api.userGetUserOrg({});
|
||||||
@@ -347,16 +346,8 @@ export default {
|
|||||||
state.band = "";
|
state.band = "";
|
||||||
state.userNo = "";
|
state.userNo = "";
|
||||||
state.orgId = state.resetOrgId;
|
state.orgId = state.resetOrgId;
|
||||||
getOrgId();
|
|
||||||
};
|
|
||||||
// 获取登录人员组织
|
|
||||||
const getOrgId = async () => {
|
|
||||||
const res = await api.userInfo({});
|
|
||||||
if (res) {
|
|
||||||
state.orgId = res.data.result.departId;
|
|
||||||
getTableData();
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// 导出全部按钮
|
// 导出全部按钮
|
||||||
const exportAllBtn = async () => {
|
const exportAllBtn = async () => {
|
||||||
axios({
|
axios({
|
||||||
|
|||||||
Reference in New Issue
Block a user