fix : 修复首页点击费用分摊的查看跳转问题

This commit is contained in:
2024-06-05 11:01:41 +08:00
parent 71b2b372b1
commit 80d84c4a85
3 changed files with 28 additions and 10 deletions

View File

@@ -206,8 +206,7 @@ const handleView = (row) => {
router.push({
name: 'Phase/detail',
query: {
id: row.targetId,
state: row.state,
projectId: row.targetId,
source: 'home'
}
})