feat: 🚀 物料列表刷新

This commit is contained in:
2025-09-25 17:20:06 +08:00
parent 629232a243
commit 7b4e4f81d2
11 changed files with 60 additions and 36 deletions

View File

@@ -37,7 +37,9 @@ export const handleReSet = async (item: any, selectionList: any[], proTable: any
selectionList.forEach((item: any) => {
ids.push(item.id);
});
const result = await getSubscribeResetListApi(ids);
let id = ids.join(",");
const result = await getSubscribeResetListApi({ id });
if (result?.code === 0) {
useMsg("success", "数据刷新成功 ");
proTable.value!.getTableList();