fix: 首页待办任务跳转

This commit is contained in:
zyn
2023-11-22 17:43:59 +08:00
parent 2a041bd8b4
commit a16169d8a1
@@ -649,7 +649,9 @@ export default {
case '重新起草': case '重新起草':
params.type = 'step1_1' params.type = 'step1_1'
break break
case '32': { }
break
case '32':
name = 'policyRegulatoryMaterials' name = 'policyRegulatoryMaterials'
switch (row.taskInfo) { switch (row.taskInfo) {
case '批准': case '批准':
@@ -659,7 +661,6 @@ export default {
params.type = 'step1_1' params.type = 'step1_1'
break break
} }
}
break break
case '33': case '33':
name = 'policyConsultation' name = 'policyConsultation'
@@ -667,8 +668,6 @@ export default {
case '34': case '34':
name = 'policyComplianceReview' name = 'policyComplianceReview'
break break
}
break
} }
this.$router.push({ name, query, params }) this.$router.push({ name, query, params })
}, },