mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-03 09:05:28 +08:00
【v3.8.3】部门大改造关联修改
This commit is contained in:
@ -168,6 +168,8 @@ export function useBaseInfoForm(treeData: Ref<any[]>) {
|
||||
return '部门';
|
||||
} else if (val === '3') {
|
||||
return '岗位';
|
||||
} else if(val === '4'){
|
||||
return '子公司';
|
||||
}
|
||||
return val;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user