ims在线用户信息

This commit is contained in:
lai
2024-07-11 17:26:43 +08:00
parent be2a077bba
commit 1f6a13951f
5 changed files with 378 additions and 25 deletions

View File

@@ -462,16 +462,6 @@ onMounted(() => {
})
.finally(() => {
// 获取列表数据
if (useUserStore().roles.includes('tenant')) {
const operateColumnIndex = tableColumns.findIndex(
column => column.key === 'tenantName'
);
if (operateColumnIndex !== -1) {
tableColumns.splice(operateColumnIndex, 1);
}
}
fnGetList();
});
});