mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
fix
This commit is contained in:
@@ -177,7 +177,7 @@ export default {
|
|||||||
roleList: store.state.userInfo.roleList,
|
roleList: store.state.userInfo.roleList,
|
||||||
userId: store.state.userInfo.userId
|
userId: store.state.userInfo.userId
|
||||||
}
|
}
|
||||||
const res = await api.userGetUserOrg({params});
|
const res = await api.userGetUserOrg(params);
|
||||||
if (res) {
|
if (res) {
|
||||||
state.option = res.data?.result;
|
state.option = res.data?.result;
|
||||||
state.orgId = state.option[0]?.organizationId;
|
state.orgId = state.option[0]?.organizationId;
|
||||||
|
|||||||
Reference in New Issue
Block a user