diff --git a/src/pages/home2/components/todoList/index.vue b/src/pages/home2/components/todoList/index.vue index 3133c870f..48daaee9f 100644 --- a/src/pages/home2/components/todoList/index.vue +++ b/src/pages/home2/components/todoList/index.vue @@ -1571,7 +1571,7 @@ export default { prcType: row.prcType } }) - } else if(row.taskInfo === '会签并填写意见') { + } else if(row.taskInfo === '会签') { this.$router.push({ name: 'qbfzStep3', query:{ @@ -1605,7 +1605,7 @@ export default { } }) } - else if(row.taskInfo === '审定责任人审定') { + else if(row.taskInfo === '审定') { this.$router.push({ name: 'qbfzStep6', query:{ @@ -1616,7 +1616,7 @@ export default { prcType: row.prcType } }) - }else if(row.taskInfo === '批准负责人批准') { + }else if(row.taskInfo === '批准') { this.$router.push({ name: 'qbfzStep7', query:{ diff --git a/src/pages/processCenter/pages/creatProcess/qbfz/step1-7.vue b/src/pages/processCenter/pages/creatProcess/qbfz/step1-7.vue index e3f943558..a0eef35a7 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfz/step1-7.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfz/step1-7.vue @@ -2,7 +2,7 @@