feat: up detail

This commit is contained in:
wenhua
2024-05-19 23:07:32 +08:00
parent 4a90f4bc1e
commit 3a4f9927c9
5 changed files with 246 additions and 17 deletions

View File

@@ -179,7 +179,8 @@ const handleDetail = (row) => {
router.push({
name:'Initiation/detail',
query: {
id: row.requirementId
id: row.requirementId,
projectId: row.projectId
}
})
}