From e7d5748b48aeb723f09c277e00a27232cda3195a Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期二, 12 七月 2022 13:02:58 +0800 Subject: [PATCH] # --- pages/basics/outPakin.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/basics/outPakin.vue b/pages/basics/outPakin.vue index 3d3103d..4c5052c 100644 --- a/pages/basics/outPakin.vue +++ b/pages/basics/outPakin.vue @@ -211,13 +211,13 @@ return; } // uni.showLoading(); - that.$refs.checkOrigin.open() + // that.$refs.checkOrigin.open() // return; uni.request({ url: that.baseHttp + that.baseIP + ':' +that.basePORT + that.baseUrl + '/mobile/comb/auth', data: JSON.stringify({ barcode: that.barcode, - origin: that.origin, + // origin: that.origin, combMats: that.matList }), method: 'POST', -- Gitblit v1.9.1