fix : 修复需求上报预期成果形式回显

This commit is contained in:
2024-07-07 00:46:19 +08:00
parent 8feef06c11
commit 2a25942cdf
3 changed files with 7 additions and 7 deletions

View File

@@ -342,7 +342,7 @@ const handleEdit = (row) => {
router.push({
name: 'Summary/edit',
query: {
requirementId: row.requirementId,
id: row.requirementId,
projectId: row.projectId
}
})