From 393c613ed506129a5df860bd6b2f9bcd7593091d Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Tue, 26 Nov 2024 10:30:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E6=96=99=E4=BB=BB=E5=8A=A1=E6=8E=A5?= =?UTF-8?q?=E6=94=B6=E5=BC=B9=E5=87=BA=E6=89=AB=E6=8F=8F=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/productionReceipt/job/productionReceiptJob.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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();