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() {