diff --git a/src/types/auto-imports.d.ts b/src/types/auto-imports.d.ts index 5742656..6f8d200 100644 --- a/src/types/auto-imports.d.ts +++ b/src/types/auto-imports.d.ts @@ -2,11 +2,6 @@ export {} declare global { const EffectScope: typeof import('vue')['EffectScope'] - const ElForm: typeof import('element-plus/es')['ElForm'] - const ElMessage: typeof import('element-plus/es')['ElMessage'] - const ElMessageBox: typeof import('element-plus/es')['ElMessageBox'] - const ElNotification: typeof import('element-plus/es')['ElNotification'] - const NEllipsis: typeof import('naive-ui')['NEllipsis'] const asyncComputed: typeof import('@vueuse/core')['asyncComputed'] const autoResetRef: typeof import('@vueuse/core')['autoResetRef'] const computed: typeof import('vue')['computed'] @@ -273,11 +268,6 @@ import { UnwrapRef } from 'vue' declare module 'vue' { interface ComponentCustomProperties { readonly EffectScope: UnwrapRef - readonly ElForm: UnwrapRef - readonly ElMessage: UnwrapRef - readonly ElMessageBox: UnwrapRef - readonly ElNotification: UnwrapRef - readonly NEllipsis: UnwrapRef readonly asyncComputed: UnwrapRef readonly autoResetRef: UnwrapRef readonly computed: UnwrapRef diff --git a/src/views/data-visual/components/table.vue b/src/views/data-visual/components/table.vue index 43f3d46..37e1c68 100644 --- a/src/views/data-visual/components/table.vue +++ b/src/views/data-visual/components/table.vue @@ -112,7 +112,7 @@ const handlePageChange: VxePagerEvents.PageChange = ({ currentPage, pageSize }) tablePage.pageSize = pageSize; sessionStorageIns.setUseStorage('currentPage', currentPage); sessionStorageIns.setUseStorage('pageSize', pageSize); - tableDatas(); + // tableDatas(); }; function tableHeader() {