dengjunjie
10 天以前 5e186bb00d635525699a4c1dc5a4b84dd25568ec
新建文件夹/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) {