fix: 修复 租户页面合并问题
This commit is contained in:
@@ -9,7 +9,7 @@ import useI18n from '@/hooks/useI18n';
|
||||
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
|
||||
import useNeInfoStore from '@/store/modules/neinfo';
|
||||
import { useRoute } from 'vue-router';
|
||||
import { ColumnsType } from 'ant-design-vue/lib/table';
|
||||
import { ColumnsType } from 'ant-design-vue/es/table';
|
||||
import TableColumnsDnd from '@/components/TableColumnsDnd/index.vue';
|
||||
import { listTenant } from '@/api/system/tenant';
|
||||
const neInfoStore = useNeInfoStore();
|
||||
|
||||
Reference in New Issue
Block a user