From 8f429b66301043635ac4d966524e465395f0536e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com> Date: Fri, 25 Oct 2024 17:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E6=8F=8F=E6=A0=B7=E5=BC=8F=202024/8/5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/issue/job/issueJob.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/issue/job/issueJob.vue b/src/pages/issue/job/issueJob.vue index 19cffeb5..b7ae5303 100644 --- a/src/pages/issue/job/issueJob.vue +++ b/src/pages/issue/job/issueJob.vue @@ -190,6 +190,9 @@ const getList = (type, fromLocation = '', productionLine = '') => { } jobList.value = type === 'refresh' ? list : jobList.value.concat(list) pageNo.value++ + if (type === "refresh") { + uni.stopPullDownRefresh(); + } }) .catch((error) => { if (type === 'refresh') {