dev2.5_scan
wangwei 3 months ago
parent 4a850324d1
commit fb888c3b08

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

Loading…
Cancel
Save