#
whycq
2023-07-07 9f481eb23ba207a140aa7b962eccc5913a2ab313
pages/AGV/AGVPakinBing.vue
@@ -378,7 +378,7 @@
               return;
            }
            uni.request({
               url: that.baseUrl + '/mobile/combBinging/auth',
               url: that.baseUrl + '/agvMobile/combBinging/auth',
               data: JSON.stringify({
                  barcode: that.barcode,
                  stationCode: that.stationCode
@@ -388,7 +388,6 @@
                  'token': uni.getStorageSync('token')
               },
               success(result) {
                  console.log(result);
                  var res = result.data
                  if (res.code === 200) {
                     that.resst();
@@ -421,6 +420,7 @@
         // 确认重置
         resetConfirm() {
            this.dataList = []
            this.stationCode = ''
            this.messageText = "重置完成"
            this.messageToggle('success')
         },
@@ -432,6 +432,7 @@
         resst() {
            this.dataList = []
            this.barcode = ''
            this.stationCode = ''
            this.barcodeFocuss()
         },
      }