fix : 修复需求上报成果多选

This commit is contained in:
2024-06-29 18:56:05 +08:00
parent d25c285ad6
commit bd6fef9f7e
2 changed files with 5 additions and 5 deletions

View File

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