feat: 🚀 物料列表刷新
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user