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();