feat:【antd】【erp 系统】统一审批接口的写法与调用
This commit is contained in:
@@ -75,7 +75,7 @@ async function handleUpdateStatus(
|
||||
duration: 0,
|
||||
});
|
||||
try {
|
||||
await updateStockMoveStatus({ id: row.id!, status });
|
||||
await updateStockMoveStatus(row.id!, status);
|
||||
message.success(`${status === 20 ? '审批' : '反审批'}成功`);
|
||||
handleRefresh();
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user