mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
fixed
This commit is contained in:
@@ -145,7 +145,6 @@ export default {
|
||||
return item.basicBoeUserId;
|
||||
});
|
||||
};
|
||||
//请求组织接口
|
||||
//请求组织接口
|
||||
const getOrgList = async () => {
|
||||
const res = await api.userGetUserOrg({});
|
||||
@@ -347,16 +346,8 @@ export default {
|
||||
state.band = "";
|
||||
state.userNo = "";
|
||||
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 () => {
|
||||
axios({
|
||||
|
||||
Reference in New Issue
Block a user