批量更新租户规则

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
@@ -0,0 +1,3 @@
<template></template>
<script setup lang="ts"></script>
<style lang="less" scoped></style>
@@ -0,0 +1,3 @@
<template></template>
<script setup lang="ts"></script>
<style lang="less" scoped></style>
+1 -1
View File
@@ -79,7 +79,7 @@ const total = ref(0);
const editRef = ref<any>(null);
const authStore = useAuthStore();
const tenantId = (authStore.user as any)?.tenant_id;
const tenantId = (authStore.user as any)?.tid;
// console.log(tenantId);