From 56d4f62da7e5772c1688b7014181f3f2eda55fa2 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Tue, 10 May 2022 18:15:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/processForm/taskListProcess/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue b/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue index 26f9c325c..53c28a1dd 100644 --- a/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue +++ b/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue @@ -225,6 +225,7 @@ terminationProcess() { this.textLoading = this.$t('terminationProcessing') this.loading = true + this.queryBy.reviewResult = 'termination of task' this.completeTask({ flag: 2 }) }, adopt() { @@ -238,6 +239,11 @@ sendBack() { this.textLoading = this.$t('Returning') this.loading = true + if (this.queryBy.reviewResult == 'inconformity' || this.queryBy.reviewResult == 'to track'){ + + }else{ + this.queryBy.reviewResult = 'to be confirmed' + } this.completeTask({ flag: 1 }) }, submit() {