批量更新租户规则
This commit is contained in:
@@ -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>
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user