fix : 对接需求征集详情接口

This commit is contained in:
2024-05-11 18:06:25 +08:00
parent 04d0e9a7d2
commit 6c27a5f954
2 changed files with 7 additions and 7 deletions

View File

@@ -124,7 +124,7 @@ const handleDetail = (row) => {
router.push({
path: '/projectdemand/demanddetail',
query: {
id: row.roleId
id: row.requirementId
}
})
}