feat : 项目实施-台账新增表格更新功能

This commit is contained in:
2024-06-23 00:37:07 +08:00
parent e0ba874746
commit 1a3d2bcf1a
4 changed files with 195 additions and 7 deletions

View File

@@ -344,11 +344,11 @@ const handleEdit = (row) => {
})
}
const handleStandingBook = (row) => {
localStorage.setItem('projectName', row.projectName)
router.push({
name: 'Implementation/account',
query: {
id: row.projectId
id: row.projectId,
state:row.state
}
})
}