From f596c3f158fc306f5751ce9b3a90a76816ec90ff Mon Sep 17 00:00:00 2001 From: fuguobin Date: Thu, 14 Mar 2024 15:59:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/auto-imports.d.ts | 10 ---------- src/views/data-visual/components/table.vue | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) 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() {