From aa7fd756e6a42e7277829228a26e33ac78d9f43b Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Tue, 10 May 2022 10:23:43 +0800 Subject: [PATCH] feat: There is no way the, bug #52726 --- src/pages/home2/components/todoList/index.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/pages/home2/components/todoList/index.vue b/src/pages/home2/components/todoList/index.vue index 45b47146d..77b06c4c5 100644 --- a/src/pages/home2/components/todoList/index.vue +++ b/src/pages/home2/components/todoList/index.vue @@ -39,12 +39,7 @@ export default { mounted() {this.queryProcess()}, methods: { getPrcNameFilter(row){ - if(row && row.prcType === 'buss3'){ - return row.prcName + '-' + row.taskInfo - }else { - return row.prcName - } - + return row.prcName }, togo () { this.$router.push('/processCenter')