1
dengjunjie
8 天以前 a770206c91e495b802b3e9371e06834586ad7715
新建文件夹/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) {