#
whycq
2024-09-19 01fa0180d6442beb1f9be039a14c024d48542b2a
pages/phyz/orderOut/orderOutSelect.vue
@@ -125,6 +125,7 @@
      },
      methods: {
         getOrderDetlList(threeCode,limit) {
            // this.get(threeCode,limit)
            uni.showLoading({})
            let _this = this
            _this.mask = true
@@ -162,6 +163,24 @@
               }
            })
         },
         get(threeCode,limit) {
            let _this = this
            _this.mask = true
            _this.data.three_code = threeCode
            _this.data.limit = 10
            for   (var i = 0; i < 30; i++) {
               console.log(1);
               uni.request({
                  url: `${_this.baseUrl}/orderDetl/pakout/list/authV3`,
                  header: {'token': uni.getStorageSync('token')},
                  data: _this.data,
                  method: 'GET',
                  success(res) {
                  }
               })
            }
         },
         searchValueInput1() {
            this.dataList = []
            this.data.curr = 1