Compare commits

...

2 Commits

Author SHA1 Message Date
zsq
61b55d7fc6 Merge pull request 'fix:更新装修' (#21) from develop into main
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m52s
Reviewed-on: #21
2026-04-29 16:48:14 +08:00
Your Name
d12613c5f8 fix:更新装修
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m5s
2026-04-29 16:30:00 +08:00
2 changed files with 2 additions and 4 deletions

View File

@ -87,7 +87,7 @@ export default function Create(props: MyBetaModalFormProps) {
<MyTransferUnits
item={{
asset_projects_id:
props?.item?.id || asset_projects_id,
props?.item?.id || asset_projects_id || '',
type: 1,
}}
/>

View File

@ -81,9 +81,7 @@ export default function Index() {
size="small"
type="primary"
onClick={() => {
navigate(
`/quality/renovation/application/pages/review?id=${item.id}`,
);
navigate(`/quality/renovation/pages/review?id=${item.id}`);
}}
title="查看并审核"
/>