From e70252152b3f8430ce47dc9d18f8df4eb09368d5 Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Wed, 24 May 2023 19:49:41 +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/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/order/index.vue b/src/views/order/index.vue index b11ee68..b7dc8bc 100644 --- a/src/views/order/index.vue +++ b/src/views/order/index.vue @@ -396,7 +396,7 @@ export default { // this.controlWindows.addInfo = row // this.controlWindows.confirmSubmit = true - serve.orderSuccess({ id: row.id }).then(res => { + order.orderSuccess({ id: row.id }).then(res => { if (res.code == 20000) { this.$message.success(res.msg) // this.closeWindow()