From d8964758407405c3a7bd4d89864790cea2fb0f17 Mon Sep 17 00:00:00 2001 From: zyn Date: Tue, 23 Jan 2024 09:55:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A6=96=E9=A1=B5-=E5=BE=85=E5=8A=9E?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1):=20=E4=BA=A7=E5=93=81=E6=A0=87=E5=87=86?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home2/components/todoList/index.vue | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/pages/home2/components/todoList/index.vue b/src/pages/home2/components/todoList/index.vue index 4483b893d..31dfe68d3 100644 --- a/src/pages/home2/components/todoList/index.vue +++ b/src/pages/home2/components/todoList/index.vue @@ -221,6 +221,33 @@ export default { } break case 'buss2': + name = 'bussLibraryProduct' + if (row.taskInfo === '企标编写') { + params.type = '2' + }else if (row.taskInfo === '企标编写汇总') { + params.type = '3' + }else if (row.taskInfo === '重新企标编写汇总') { + params.type = 'C3' + }else if (row.taskInfo === '标准化初审') { + params.type = '4' + }else if (row.taskInfo === '征求意见') { + params.type = '5' + }else if (row.taskInfo === '意见汇总修订') { + params.type = '6' + }else if (row.taskInfo === '重新意见汇总修订') { + params.type = 'C6' + }else if (row.taskInfo === '标准化复审') { + params.type = '7' + }else if (row.taskInfo === '审核') { + params.type = '8' + }else if (row.taskInfo === '审定') { + params.type = '10' + }else if (row.taskInfo === '批准') { + params.type = '12' + }else if (row.taskInfo === '发布') { + params.type = '13' + } + /* if (row.taskInfo === '企标编写') { name = 'bussLibraryProduct2' }else if (row.taskInfo === '企标编写汇总'){ @@ -248,6 +275,7 @@ export default { }else if (row.taskInfo === '抄送'){ name = 'bussLibraryProduct14' } + */ break; case 'buss3': if (row.taskInfo === '选择复审人') {