优化体征检测,新增选择用户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,
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);