|
|
@@ -97,7 +97,7 @@ const getDicts = () => {
|
|
|
systemApi.getUserList({ noPage: true }),
|
|
|
platformApi.getAllPlatformList({ noPage: true }),
|
|
|
dictApi.getDictDataByType('sys_user_type'),
|
|
|
- systemApi.getProjectGroupList({ noPage: true }),
|
|
|
+ systemApi.getProjectGroupListForApp({ noPage: true }),
|
|
|
platformApi.getResourceTypeDict({ id: 10 }),
|
|
|
]).then(([dept, user, plat, type, pjt, cell]) => {
|
|
|
belongOrgOption.value = dept?.data || [];
|