#
whycq
2024-11-26 719a7c31bcb1f09df5c4b44ebfd255a05fd9281e
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,