|
|
@ -1035,13 +1035,13 @@ export default {
|
|
|
|
this.findCurOrder()
|
|
|
|
this.findCurOrder()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else if (res.code == 502) {
|
|
|
|
} else if (res.code == 502) {
|
|
|
|
|
|
|
|
loading.close();
|
|
|
|
this.$confirm(res.message, '提示', {
|
|
|
|
this.$confirm(res.message, '提示', {
|
|
|
|
confirmButtonText: '确定',
|
|
|
|
confirmButtonText: '确定',
|
|
|
|
cancelButtonText: '取消',
|
|
|
|
cancelButtonText: '取消',
|
|
|
|
type: 'warning'
|
|
|
|
type: 'warning'
|
|
|
|
}).then(() => {
|
|
|
|
}).then(() => {
|
|
|
|
this.formData.confirmFinish = true
|
|
|
|
this.formData.confirmFinish = true
|
|
|
|
loading.close();
|
|
|
|
|
|
|
|
this.finishOrder()
|
|
|
|
this.finishOrder()
|
|
|
|
this.reset()
|
|
|
|
this.reset()
|
|
|
|
}).catch(() => {
|
|
|
|
}).catch(() => {
|
|
|
|