From 01fa0180d6442beb1f9be039a14c024d48542b2a Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期四, 19 九月 2024 20:39:18 +0800 Subject: [PATCH] # --- pages/phyz/orderOut/orderOutSelect.vue | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/pages/phyz/orderOut/orderOutSelect.vue b/pages/phyz/orderOut/orderOutSelect.vue index 36a0e83..4c7ad29 100644 --- a/pages/phyz/orderOut/orderOutSelect.vue +++ b/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 -- Gitblit v1.9.1