#
whycq
2025-02-11 efd037de2d6caab356775e4fdffbc74fa3ac6522
pages/phyz/bcp/bcpOrder.vue
@@ -139,12 +139,14 @@
      onLoad() {
         this.baseUrl = uni.getStorageSync('baseUrl');
         this.token = uni.getStorageSync('token');
         this.searchValue = uni.getStorageSync('bcpThreeCode');
         // this.searchValue = uni.getStorageSync('bcpThreeCode');
         this.searchValue = ''
         this.getOrderDetlList(this.searchValue,10)
         console.log("onLoad");
      },
      onShow() {
         console.log(uni.getStorageSync('pakinOrderCar'));
         this.searchValue = ''
         this.getOrderDetlList(this.searchValue,10)
      },
      onHide() {
         uni.setStorageSync('pakinOrderCar', this.orderCarList);
@@ -246,7 +248,7 @@
               return
            }
            uni.navigateTo({
               url: '../order/orderCar',
               url: './orderCar',
               success(res) {
                  res.eventChannel.emit('item', {
                     item: _this.orderCarList