feat: business list

This commit is contained in:
xingyu4j
2025-06-04 21:17:36 +08:00
parent 4edd889883
commit 070274de15
7 changed files with 423 additions and 18 deletions

View File

@@ -102,7 +102,6 @@ function handleDelete() {
content: `你要将${checkedRows.value.map((item) => item.nickname).join(',')}移出团队吗?`,
})
.then(async () => {
// 更新用户状态
const res = await deletePermissionBatch(
checkedRows.value.map((item) => item.id as number),
);