fix : 修复前置流程弹窗的提示,首页需求上报跳转位置
This commit is contained in:
@@ -85,16 +85,18 @@ const handleView = (row) => {
|
||||
source: 'home'
|
||||
}
|
||||
})
|
||||
} else if (row.targetState == '10' && row.targetId) {
|
||||
router.push({
|
||||
name: 'Summary/detail',
|
||||
query: {
|
||||
projectId: row.targetId,
|
||||
state: row.state,
|
||||
source: 'home'
|
||||
}
|
||||
})
|
||||
} else if (row.targetState == '20' || row.targetState == '40' || row.targetState == '50') {
|
||||
}
|
||||
// else if (row.targetState == '10' && row.targetId) {
|
||||
// router.push({
|
||||
// name: 'Summary/detail',
|
||||
// query: {
|
||||
// projectId: row.targetId,
|
||||
// state: row.state,
|
||||
// source: 'home'
|
||||
// }
|
||||
// })
|
||||
// }
|
||||
else if (row.targetState == '10' ||row.targetState == '20' || row.targetState == '40' || row.targetState == '50') {
|
||||
router.push({
|
||||
name: 'Implementation/detail',
|
||||
query: {
|
||||
|
||||
Reference in New Issue
Block a user