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