修改
This commit is contained in:
parent
aa105c0ff0
commit
88188fec04
@ -44,8 +44,9 @@
|
|||||||
const that = this
|
const that = this
|
||||||
this.baseurl = baseurl
|
this.baseurl = baseurl
|
||||||
this.pageNum = 1
|
this.pageNum = 1
|
||||||
|
const value = uni.getStorageSync('personRoleLoginFlag');
|
||||||
const nursePersonId = uni.getStorageSync('nursePersonId');
|
const nursePersonId = uni.getStorageSync('nursePersonId');
|
||||||
if (nursePersonId) {
|
if (value) {
|
||||||
that.nursePersonId = nursePersonId
|
that.nursePersonId = nursePersonId
|
||||||
that.info();
|
that.info();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user