fix: 修复 租户页面合并问题
This commit is contained in:
@@ -4,8 +4,8 @@ import { PageContainer } from 'antdv-pro-layout';
|
||||
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
|
||||
import useNeInfoStore from '@/store/modules/neinfo';
|
||||
import useI18n from '@/hooks/useI18n';
|
||||
import { SizeType } from 'ant-design-vue/lib/config-provider';
|
||||
import { ColumnsType } from 'ant-design-vue/lib/table';
|
||||
import { SizeType } from 'ant-design-vue/es/config-provider';
|
||||
import { ColumnsType } from 'ant-design-vue/es/table';
|
||||
import {
|
||||
listTenant,
|
||||
getTenant,
|
||||
@@ -956,7 +956,7 @@ onMounted(() => {
|
||||
width="800px"
|
||||
:keyboard="false"
|
||||
:mask-closable="false"
|
||||
:visible="modalState.visibleByEdit"
|
||||
:open="modalState.visibleByEdit"
|
||||
:title="modalState.title"
|
||||
@ok="fnModalOk"
|
||||
@cancel="fnModalCancel"
|
||||
@@ -1003,7 +1003,7 @@ onMounted(() => {
|
||||
width="800px"
|
||||
:keyboard="false"
|
||||
:mask-closable="false"
|
||||
:visible="modalState.visibleByType"
|
||||
:open="modalState.visibleByType"
|
||||
:title="modalState.typeTitle"
|
||||
@ok="fnModalTypeOk"
|
||||
@cancel="fnModalCancel"
|
||||
|
||||
Reference in New Issue
Block a user