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')