fix : 修复查看分摊功能

This commit is contained in:
2024-06-07 21:34:18 +08:00
parent 27bc6ea89f
commit 617a867965
2 changed files with 6 additions and 3 deletions

View File

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