dengjunjie
6 天以前 1c8f0035e164e9780d8c35a32fc1524d67ff9d9d
新建文件夹/PDA/pages/stash/inboundorder.vue
@@ -80,6 +80,7 @@
         if (this.isLoaded) {
            uni.removeStorageSync('isLoaded');
            this.pageNo = 1;
            this.allReceivingOrders = [];
            // 浠庡叾浠栭〉闈㈣繑鍥炴椂鍒锋柊
            this.getData();
         }
@@ -102,7 +103,7 @@
                  pageNo: this.pageNo
               },
            }
            if (this.pageNo == 1) this.allReceivingOrders = [];
            // if (this.pageNo == 1) this.allReceivingOrders = [];
            this.$u.post('/api/CabinOrder/GetCabinOrders', postData).then((res) => {
               if (res.status) {
                  if (res.data.length > 0) {