导出
This commit is contained in:
@@ -403,7 +403,8 @@ const PurchaseOrderPage: React.FC = () => {
|
||||
|
||||
const res = await updatePurchaseRow(detail.purchase.id!, row.product_id, params);
|
||||
message.success(`已更新 ${res.data.data?.count ?? 0} 条订货明细`);
|
||||
await loadDetail(detail.purchase.id!);
|
||||
const res1 = await getPurchaseDetail(detail.purchase.id!);
|
||||
setDetail(res1.data.data ?? null);
|
||||
await tableRef.current?.reload();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user