fix:更新优化
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m12s

This commit is contained in:
Your Name 2026-04-27 09:31:43 +08:00
parent 66ec3a87bb
commit 12379e1d1b
2 changed files with 2 additions and 2 deletions

View File

@ -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?.();

View File

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