From 151661a3f2c52fc4c97a8f560b0aa713ce6f7dd7 Mon Sep 17 00:00:00 2001 From: gaojiabao Date: Thu, 23 Feb 2023 11:35:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E7=AD=94=E4=B8=AD=E5=BF=83=20?= =?UTF-8?q?=E9=97=AE=E7=AD=94=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 c924b4856..205ac4704 100644 --- a/src/pages/home2/components/todoList/index.vue +++ b/src/pages/home2/components/todoList/index.vue @@ -1943,6 +1943,18 @@ export default { } }) } + case '27': + this.$router.push({ + name: 'MyQuestions', + query:{ + taskIds: row.taskIds, + prcId: row.prcId, + prcNum: row.prcNum, + prcName: row.prcName, + prcType: row.prcType, + + } + }) break }