diff --git a/src/views/applications/const.js b/src/views/applications/const.js index faeb6d5ca..5441501ff 100644 --- a/src/views/applications/const.js +++ b/src/views/applications/const.js @@ -129,6 +129,10 @@ export const ApplicationTypes = [ ...DATABASE, ...KV_DATABASE, ...REMOTE_APP, ...CLOUD ] +export const ApplicationSystemUserTypes = [ + ...DATABASE, ...KV_DATABASE, ...CLOUD +] + export const ApplicationCascader = [ groupedDropdownToCascader(DATABASE), groupedDropdownToCascader(KV_DATABASE), diff --git a/src/views/assets/SystemUser/SystemUserList/CommonUserList.vue b/src/views/assets/SystemUser/SystemUserList/CommonUserList.vue index 4d50d09fa..9432f6dae 100644 --- a/src/views/assets/SystemUser/SystemUserList/CommonUserList.vue +++ b/src/views/assets/SystemUser/SystemUserList/CommonUserList.vue @@ -9,7 +9,7 @@