From 3c72a248fa42062e039f11ff84d738b9fefdc2ba Mon Sep 17 00:00:00 2001 From: yangchunlong <292345300@qq.com> Date: Wed, 15 Oct 2025 18:00:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/foundation/subscribe/warehousing/init/btnClick.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/foundation/subscribe/warehousing/init/btnClick.ts b/src/views/foundation/subscribe/warehousing/init/btnClick.ts index 0f47ca9..fe475e0 100644 --- a/src/views/foundation/subscribe/warehousing/init/btnClick.ts +++ b/src/views/foundation/subscribe/warehousing/init/btnClick.ts @@ -9,11 +9,11 @@ export const handleExport = async (params: any) => { } }; // proTable: any -export const handleReSet = async (item: any, selectionList: any[], proTable: any) => { - console.log("刷新操作", item); +export const handleReSet = async (params: any) => { + const { proTable, selectionList } = params; let length = selectionList.length; if (length && length > 100) { - useMsg("warning", "选中刷新数据最大100条!"); + useMsg("warning", "选中刷新数据最大100条 !"); return; } let ids: any = [];