diff --git a/src/pages/home2/components/todoList/index.vue b/src/pages/home2/components/todoList/index.vue index bcf724b77..0861f013b 100644 --- a/src/pages/home2/components/todoList/index.vue +++ b/src/pages/home2/components/todoList/index.vue @@ -649,6 +649,18 @@ 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