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