From 12379e1d1be2016cd75bfc50e822fe7f35a82e96 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 27 Apr 2026 09:31:43 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=9B=B4=E6=96=B0=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/bills/house_bills/modals/BillRefund.tsx | 2 +- src/pages/goods_releases/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/bills/house_bills/modals/BillRefund.tsx b/src/pages/bills/house_bills/modals/BillRefund.tsx index 95894ef..6bcdcfa 100644 --- a/src/pages/bills/house_bills/modals/BillRefund.tsx +++ b/src/pages/bills/house_bills/modals/BillRefund.tsx @@ -44,7 +44,7 @@ export default function Update(props: MyBetaModalFormProps) { Apis.Refund.Refunds.Store({ ...values, business_id: props.item?.id ?? '', - type: props.item?.type || '', + type: 'HouseBill', }) .then(() => { props.reload?.(); diff --git a/src/pages/goods_releases/index.tsx b/src/pages/goods_releases/index.tsx index 4a36f21..2dc5ba2 100644 --- a/src/pages/goods_releases/index.tsx +++ b/src/pages/goods_releases/index.tsx @@ -46,7 +46,7 @@ export default function Index({ title = '物品放行' }) { size="middle" type="primary" onClick={() => { - navigate('/goods_releases/list/pages/create'); + navigate('/goods_releases/pages/create'); }} title="物品放行申请" />