From 1f8621626ca8dcc983959f397fb219de891074bf Mon Sep 17 00:00:00 2001 From: yangchunlong <292345300@qq.com> Date: Fri, 17 Apr 2026 16:21:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(api):=20=F0=9F=9A=80=20=E7=94=9F=E6=88=90?= =?UTF-8?q?=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useTable.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hooks/useTable.ts b/src/hooks/useTable.ts index ea16504..b183f44 100644 --- a/src/hooks/useTable.ts +++ b/src/hooks/useTable.ts @@ -124,7 +124,6 @@ export const useTable = ( if (routeName === "barCode") { $Bus.emit("searchBarCodeSsDownLoad"); } - updatedTotalParam(); getTableList(); }; @@ -138,7 +137,6 @@ export const useTable = ( state.searchParam = {}; // 重置搜索表单的时,如果有默认搜索参数,则重置默认的搜索参数 Object.keys(state.searchInitParam).forEach(key => { - console.log(key, "============="); state.searchParam[key] = state.searchInitParam[key]; }); const userStore: any = useUserStore();