fix: 🧩 修复bug

This commit is contained in:
2025-10-15 18:00:05 +08:00
parent f057f07ce7
commit 3c72a248fa

View File

@@ -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 = [];