From 8f103ccc0118a279bc7c18d6d5ce00e15ebb7aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Fri, 23 Feb 2024 12:42:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BD=93=E5=BE=81=E6=A3=80?= =?UTF-8?q?=E6=B5=8B=EF=BC=8C=E6=96=B0=E5=A2=9E=E9=80=89=E6=8B=A9=E7=94=A8?= =?UTF-8?q?=E6=88=B71/2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesC/healthdata/healthdata.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pagesC/healthdata/healthdata.vue b/pagesC/healthdata/healthdata.vue index 6349d4d..dcb3995 100644 --- a/pagesC/healthdata/healthdata.vue +++ b/pagesC/healthdata/healthdata.vue @@ -110,7 +110,7 @@ label: Number(this.tabindex) + 1, identity: userinfo.cardNo, type: this.type, - deviceUser: this.deviceUser, + deviceUsers: this.deviceUser, } } else { obj = { @@ -144,7 +144,7 @@ label: Number(this.tabindex) + 1, identity: userinfo.cardNo, type: this.type, - deviceUser: this.deviceUser, + deviceUsers: this.deviceUser, pageNum: this.pageNum, pageSize: 15, } @@ -212,6 +212,7 @@ }, onPullDownRefresh() { //下拉刷新 this.getinfo(); + this.info(); setTimeout(function() { uni.stopPullDownRefresh(); }, 1000);