【v3.8.3】部门大改造关联修改

This commit is contained in:
JEECG
2025-09-14 10:37:05 +08:00
parent 1158977826
commit fa98817aeb
13 changed files with 422 additions and 32 deletions

View File

@ -168,6 +168,8 @@ export function useBaseInfoForm(treeData: Ref<any[]>) {
return '部门';
} else if (val === '3') {
return '岗位';
} else if(val === '4'){
return '子公司';
}
return val;
},