This commit is contained in:
曹辉 2023-04-27 11:49:30 +08:00
parent aa105c0ff0
commit 88188fec04

View File

@ -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 {