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);