fix: 首页待办任务跳转

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