fix : 修复页面细节

This commit is contained in:
2024-05-23 15:36:57 +08:00
parent e9e5a0c785
commit bcdafbc7cd
3 changed files with 28 additions and 4 deletions

View File

@@ -230,7 +230,7 @@ const handleAttachment = (row) => {
router.push({
name: 'Implementation/attachment',
query: {
id: row.requirementId
id: row.projectId
}
})
}