fix : 修复细节

This commit is contained in:
2024-05-11 23:22:55 +08:00
parent 7810de1327
commit 5e08db55fb
5 changed files with 79 additions and 148 deletions

View File

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