fix : 台账更新权限

This commit is contained in:
2024-07-13 17:41:37 +08:00
parent 3c12bafa59
commit 925a8045f4
4 changed files with 9 additions and 11 deletions

View File

@@ -347,8 +347,7 @@ const handleStandingBook = (row) => {
router.push({
name: 'Implementation/account',
query: {
id: row.projectId,
state:row.state
id: row.projectId
}
})
}