From 852687bece7215bc99254f095c410e05c94caece Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Mon, 5 Aug 2024 11:38:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=B0=E5=9C=BAbug=EF=BC=9A=E9=95=BF?= =?UTF-8?q?=E6=98=A5=E6=B5=B7=E6=8B=89PDA=E7=BA=BF=E8=BE=B9=E5=8F=91?= =?UTF-8?q?=E6=96=99=E4=BB=BB=E5=8A=A1=E7=AD=9B=E9=80=89=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E6=9C=89=E9=97=AE=E9=A2=98=EF=BC=8C=E6=9C=80=E5=A4=9A=E8=83=BD?= =?UTF-8?q?=E6=98=BE=E7=A4=BA10=E6=9D=A1=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/issue/job/issueJob.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/issue/job/issueJob.vue b/src/pages/issue/job/issueJob.vue index 89c241e3..275939e5 100644 --- a/src/pages/issue/job/issueJob.vue +++ b/src/pages/issue/job/issueJob.vue @@ -108,11 +108,12 @@ if (this.loadingType == 'loading' || this.loadingType == 'nomore') { return; } - this.getList("more",this.productionLine); + this.getList('more', this.fromLocation, this.productionLine) + }, onPullDownRefresh() { - this.getList('refresh',this.productionLine); + this.getList('refresh',this.fromLocation, this.productionLine) }, //后退按钮