From a2a242b8cd3aaebbfea69ca153459b77b0c32c16 Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <287285524@qq.com> Date: Fri, 11 Nov 2022 15:09:34 +0800 Subject: [PATCH] 删除对接专用 --- 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