This commit is contained in:
曹辉 2023-04-27 11:06:39 +08:00
parent ef06de97c8
commit f923f7987a

View File

@ -46,7 +46,15 @@
total: 0,
};
},
onShow() {},
onShow() {
const that = this
this.pageNum = 1
const value = uni.getStorageSync('nursePersonId');
if (value) {
that.nurseStationPersonId = value
that.info();
} else {}
},
onLoad() {
this.baseurl = baseurl
const that = this