修改禅道已知bug
This commit is contained in:
@@ -225,6 +225,7 @@
|
|||||||
terminationProcess() {
|
terminationProcess() {
|
||||||
this.textLoading = this.$t('terminationProcessing')
|
this.textLoading = this.$t('terminationProcessing')
|
||||||
this.loading = true
|
this.loading = true
|
||||||
|
this.queryBy.reviewResult = 'termination of task'
|
||||||
this.completeTask({ flag: 2 })
|
this.completeTask({ flag: 2 })
|
||||||
},
|
},
|
||||||
adopt() {
|
adopt() {
|
||||||
@@ -238,6 +239,11 @@
|
|||||||
sendBack() {
|
sendBack() {
|
||||||
this.textLoading = this.$t('Returning')
|
this.textLoading = this.$t('Returning')
|
||||||
this.loading = true
|
this.loading = true
|
||||||
|
if (this.queryBy.reviewResult == 'inconformity' || this.queryBy.reviewResult == 'to track'){
|
||||||
|
|
||||||
|
}else{
|
||||||
|
this.queryBy.reviewResult = 'to be confirmed'
|
||||||
|
}
|
||||||
this.completeTask({ flag: 1 })
|
this.completeTask({ flag: 1 })
|
||||||
},
|
},
|
||||||
submit() {
|
submit() {
|
||||||
|
|||||||
Reference in New Issue
Block a user