fix : 修复页面细节

This commit is contained in:
2024-05-31 21:04:54 +08:00
parent 2246fcb621
commit 14abf64e5d

View File

@@ -159,7 +159,7 @@ const handleAdd = (row) => {
router.push({
name: 'Requirement/add',
query: {
id: row.requirementId
// id: row.requirementId
}
})
}