whycq
2024-06-06 c48093016b1511ce8b33ffb49062a3bf7a1aed16
pages/phyz/order/purchaseOrder.vue
@@ -72,7 +72,7 @@
               header: {'token': uni.getStorageSync('token')},
               data: {
                  curr: 1,
                  limit: 30,
                  limit: 999999,
                  order_no: _this.searchValue
               },
               method: 'GET',
@@ -131,7 +131,7 @@
         getOrderList() {
            let _this = this
            uni.request({
               url: `${_this.baseUrl}/order/head/page/auth`,
               url: `${_this.baseUrl}/order/detls/in/page/auth`,
               header: {'token': uni.getStorageSync('token')},
               data: {
                  curr: 1,