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

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

Loading…
Cancel
Save