fix : 修复前置流程弹窗的提示,首页需求上报跳转位置

This commit is contained in:
2024-10-24 13:13:11 +08:00
parent 5c4f25dc1a
commit c2c1cfd6e1
15 changed files with 111 additions and 602 deletions

View File

@@ -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: {