Merge pull request 'fix:更新装修' (#21) from develop into main
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m52s
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m52s
Reviewed-on: #21
This commit is contained in:
commit
61b55d7fc6
@ -87,7 +87,7 @@ export default function Create(props: MyBetaModalFormProps) {
|
|||||||
<MyTransferUnits
|
<MyTransferUnits
|
||||||
item={{
|
item={{
|
||||||
asset_projects_id:
|
asset_projects_id:
|
||||||
props?.item?.id || asset_projects_id,
|
props?.item?.id || asset_projects_id || '',
|
||||||
type: 1,
|
type: 1,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -81,9 +81,7 @@ export default function Index() {
|
|||||||
size="small"
|
size="small"
|
||||||
type="primary"
|
type="primary"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
navigate(
|
navigate(`/quality/renovation/pages/review?id=${item.id}`);
|
||||||
`/quality/renovation/application/pages/review?id=${item.id}`,
|
|
||||||
);
|
|
||||||
}}
|
}}
|
||||||
title="查看并审核"
|
title="查看并审核"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user