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