批量更新租户规则

This commit is contained in:
2026-03-09 22:55:27 +08:00
parent 108ec50978
commit a5a02eb8c9
19 changed files with 399 additions and 66 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { onMounted } from 'vue';
const authStore = useAuthStore();
// 获取租户ID
const tenantId = (authStore.user as any)?.tenant_id;
const tenantId = (authStore.user as any)?.tid;
// 获取用户信息
const userInfo = authStore.user;