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); }); },