diff --git a/src/pages/productionReceipt/job/productionReceiptJob.vue b/src/pages/productionReceipt/job/productionReceiptJob.vue index 42eae483..cace71db 100644 --- a/src/pages/productionReceipt/job/productionReceiptJob.vue +++ b/src/pages/productionReceipt/job/productionReceiptJob.vue @@ -40,7 +40,7 @@ - + @@ -290,9 +290,12 @@ this.loadingType = "nomore"; return; } + this.jobList = type === "refresh" ? list : this.jobList.concat(list); this.pageNo++; - + if(this.pageNo==2){ + this.openScanPopup() + } }).catch(error => { if (type === "refresh") { uni.stopPullDownRefresh();