Merge branch 'develop' of ssh://code.linyikj.com.cn:2222/pay/pay-company into develop
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m56s
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m56s
This commit is contained in:
commit
9108078cc0
@ -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