fix: 🧩 修复bug
This commit is contained in:
@@ -9,11 +9,11 @@ export const handleExport = async (params: any) => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
// proTable: any
|
// proTable: any
|
||||||
export const handleReSet = async (item: any, selectionList: any[], proTable: any) => {
|
export const handleReSet = async (params: any) => {
|
||||||
console.log("刷新操作", item);
|
const { proTable, selectionList } = params;
|
||||||
let length = selectionList.length;
|
let length = selectionList.length;
|
||||||
if (length && length > 100) {
|
if (length && length > 100) {
|
||||||
useMsg("warning", "选中刷新数据最大100条!");
|
useMsg("warning", "选中刷新数据最大100条 !");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let ids: any = [];
|
let ids: any = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user