From 0278c435335b80d4fb0614fcea2020b6115e9820 Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Tue, 16 May 2023 11:15:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order/components/confirmSubmit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() } }) },