fix : 修复路由跳转

This commit is contained in:
2024-05-24 16:34:17 +08:00
parent 6af7bf9d2f
commit 08f66803a2
6 changed files with 837 additions and 6 deletions

View File

@@ -156,7 +156,7 @@ const handleView = (row) => {
console.log('row', row)
if(row.targetState=='00'&&row.targetId){
router.push({
name: 'Collection/detail',
name: 'Requirement/detail',
query: {
id: row.targetId
}