From 2526592bcec6d5c31056c260fb96f60a9b3ae2fa Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Fri, 05 Aug 2022 09:58:34 +0800
Subject: [PATCH] node
---
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