#
whycq
2022-07-12 e7d5748b48aeb723f09c277e00a27232cda3195a
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',