From 12bb89d5e3dbabf9192153fb6abe66ca690d36e7 Mon Sep 17 00:00:00 2001 From: zyn Date: Tue, 31 Oct 2023 14:25:36 +0800 Subject: [PATCH] - --- src/pages/home2/components/todoList/index.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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