#
whycq
2024-04-09 84d31c1aac3075c9ced4efdcb6245d430b4f2596
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,