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="物品放行申请" />