From a5c62b07b759d794c1b371f07ec5ce548207c846 Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <287285524@qq.com> Date: Thu, 04 Aug 2022 15:19:48 +0800 Subject: [PATCH] upload --- 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