@@ -321,6 +321,7 @@ const initRemoteOption = (type: string, params?: object) => {
const initCompanyUserList = () => {
+ if (!rolesIdentify.value.includes('administrator')) return
channelCompanyUserList().then(res => {
companyUserList.value = res.data;
})