From b6c9c40254c8f5e36bdbe32450e21b94f67ab263 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Fri, 11 Nov 2022 16:21:06 +0800
Subject: [PATCH] v-console

---
 src/views/order-handling/order-handling.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/order-handling/order-handling.vue b/src/views/order-handling/order-handling.vue
index 6b3a820..2445682 100644
--- a/src/views/order-handling/order-handling.vue
+++ b/src/views/order-handling/order-handling.vue
@@ -2,7 +2,7 @@
  * @Author: 小明丶
  * @Date: 2020-05-21 19:43:21
  * @LastEditors: zxq
- * @LastEditTime: 2022-08-04 15:14:13
+ * @LastEditTime: 2022-02-28 17:28:09
  * @Description: 扫码办单订单信息页面
 --> 
 <template>
@@ -51,8 +51,8 @@
     };
   },
   created() {
-    this.$api.createTrial({ orderUrl: this.$route.query.url}).then(({body}) => {
-        this.mation = body;
+    this.$api.createTrial({ orderUrl: this.$route.query.url}).then(res => {
+        this.mation = res.body;
         localStorage.setItem('projId',res.body.projId);
     });
   },

--
Gitblit v1.8.0