修改禅道已知bug
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user