mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
Merge remote-tracking branch 'yx/250605-added-yzt'
This commit is contained in:
@@ -254,8 +254,8 @@ export default {
|
||||
organizationId: null,
|
||||
childList:res.data?.result.orgTreeList
|
||||
}];
|
||||
state.orgId = [...res.data?.result.treeNodeList];
|
||||
state.resetOrgId = [...res.data?.result.treeNodeList];
|
||||
state.orgId = res.data?.result.treeNodeList || [];
|
||||
state.resetOrgId = res.data?.result.treeNodeList || [];
|
||||
}else{
|
||||
if(res.data?.result.orgTreeList!=null){
|
||||
state.option = res.data?.result.orgTreeList;
|
||||
|
||||
Reference in New Issue
Block a user