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

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