优化体征检测,新增选择用户1/2
This commit is contained in:
parent
bdfc2aabe8
commit
8f103ccc01
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user