feat: 需求上报详情

This commit is contained in:
wenhua
2024-05-19 20:17:55 +08:00
parent 08f20bb171
commit 8155a4d160
5 changed files with 289 additions and 51 deletions

View File

@@ -174,7 +174,9 @@ const handleDetail = (row) => {
router.push({
name: 'Summary/detail',
query: {
id:row.requirementId
id:row.requirementId,
projectId: row.projectId,
state: row.state
}
})
}