#
whycq
2024-03-22 cddc1328da39520ba1d1e3f4b47f4abce38fe248
pages/phyz/order/purchaseOrder.vue
@@ -45,7 +45,7 @@
            oldDataList: [],
            newDataList: [],
            allCheck: false,
            allCheckBtnTitle: '全选'
            allCheckBtnTitle: '全选',
         }
      },
      onShow() {
@@ -54,6 +54,7 @@
         this.oldDataList = [...this.dataList]
         this.getOrderList()
      },
      methods: {
         searchValueInput() {
            let count = 0
@@ -121,7 +122,7 @@
               header: {'token': uni.getStorageSync('token')},
               data: {
                  curr: 1,
                  limit: 1000
                  limit: 1000,
               },
               method: 'GET',
               success(res) {