采购申请更新删除

This commit is contained in:
吴红兵
2026-02-27 18:18:53 +08:00
parent 6b1953851c
commit 96a20a805f

View File

@@ -576,7 +576,7 @@ const handleDelete = async (row: any) => {
}
try {
await delObj(row.id);
await delObj({id:row.id});
useMessage().success('删除成功');
getDataList();
} catch (err: any) {