fix : 修复详情渲染细节

This commit is contained in:
2024-05-24 00:12:53 +08:00
parent 549e307b3e
commit 7156e34fde
7 changed files with 37 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<template>
<steps :active="'0'" @setDetail="setDetail" @stepChange="stepChange">
<steps :active="'4'" @setDetail="setDetail" @stepChange="stepChange">
<template #content>
<collection-detail
:formData="commonForm.formData"

View File

@@ -203,7 +203,8 @@ const handleDetail = (row) => {
name:'Filing/detail',
query: {
id: row.requirementId,
projectId: row.projectId
projectId: row.projectId,
state: row.state
}
})
}