修改禅道已知bug

This commit is contained in:
qq787203167
2022-05-10 18:15:42 +08:00
parent bd987ab53f
commit 56d4f62da7
@@ -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() {