xiaozy_0517
xiaozhiyong 2 years ago
parent 4655bddd4d
commit 0278c43533
  1. 4
      src/views/order/components/confirmSubmit.vue

@ -157,14 +157,14 @@ export default {
}
serve.orderSuccess({ id: this.controlWindows.addInfo.id, ...targetPolicy[0] }).then(res => {
if (res.code == 20000) {
this.getByPage()
this.closeWindow()
}
})
return
}
serve.orderSuccess({ id: this.controlWindows.addInfo.id }).then(res => {
if (res.code == 20000) {
this.getByPage()
this.closeWindow()
}
})
},

Loading…
Cancel
Save