优化体征检测,新增选择用户1/2

This commit is contained in:
2024-02-23 12:42:08 +08:00
parent bdfc2aabe8
commit 8f103ccc01

View File

@ -110,7 +110,7 @@
label: Number(this.tabindex) + 1, label: Number(this.tabindex) + 1,
identity: userinfo.cardNo, identity: userinfo.cardNo,
type: this.type, type: this.type,
deviceUser: this.deviceUser, deviceUsers: this.deviceUser,
} }
} else { } else {
obj = { obj = {
@ -144,7 +144,7 @@
label: Number(this.tabindex) + 1, label: Number(this.tabindex) + 1,
identity: userinfo.cardNo, identity: userinfo.cardNo,
type: this.type, type: this.type,
deviceUser: this.deviceUser, deviceUsers: this.deviceUser,
pageNum: this.pageNum, pageNum: this.pageNum,
pageSize: 15, pageSize: 15,
} }
@ -212,6 +212,7 @@
}, },
onPullDownRefresh() { // onPullDownRefresh() { //
this.getinfo(); this.getinfo();
this.info();
setTimeout(function() { setTimeout(function() {
uni.stopPullDownRefresh(); uni.stopPullDownRefresh();
}, 1000); }, 1000);