diff --git a/src/views/order/components/confirmSubmit.vue b/src/views/order/components/confirmSubmit.vue index f9c9e62..87a67c7 100644 --- a/src/views/order/components/confirmSubmit.vue +++ b/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() } }) },