fix : 修复详情渲染细节
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -203,7 +203,8 @@ const handleDetail = (row) => {
|
||||
name:'Filing/detail',
|
||||
query: {
|
||||
id: row.requirementId,
|
||||
projectId: row.projectId
|
||||
projectId: row.projectId,
|
||||
state: row.state
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user