#
whycq
2024-09-19 01fa0180d6442beb1f9be039a14c024d48542b2a
#
1个文件已修改
19 ■■■■■ 已修改文件
pages/phyz/orderOut/orderOutSelect.vue 19 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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