This commit is contained in:
BOE\10867418
2023-03-14 12:27:19 +08:00
parent a65bf49d8e
commit c0ba33945d

View File

@@ -146,7 +146,6 @@ export default {
});
};
//请求组织接口
//请求组织接口
const getOrgList = async () => {
const res = await api.userGetUserOrg({});
if (res) {
@@ -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({