fix : 修复路由跳转
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user