From a82668225dfb683ba6bc56a7d31440a4c4711dd9 Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <l287285524@qq.com> Date: Fri, 05 Aug 2022 01:15:26 +0800 Subject: [PATCH] 2323 --- 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 2445682..6b3a820 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-02-28 17:28:09 + * @LastEditTime: 2022-08-04 15:14:13 * @Description: 扫码办单订单信息页面 --> <template> @@ -51,8 +51,8 @@ }; }, created() { - this.$api.createTrial({ orderUrl: this.$route.query.url}).then(res => { - this.mation = res.body; + this.$api.createTrial({ orderUrl: this.$route.query.url}).then(({body}) => { + this.mation = body; localStorage.setItem('projId',res.body.projId); }); }, -- Gitblit v1.8.0