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

@@ -204,7 +204,7 @@ const handleDetail = (row) => {
query: {
id: row.requirementId,
projectId: row.projectId,
state: 2
state: row.state
}
})
}