This commit is contained in:
曹辉 2023-04-27 11:12:10 +08:00
parent 4d648f6684
commit aa105c0ff0

View File

@ -102,6 +102,17 @@
buyshow: false, // buyshow: false, //
}; };
}, },
onShow() {
const that = this
const value = uni.getStorageSync('Refresh');
const nursePersonId = uni.getStorageSync('nursePersonId');
if (value) {
uni.removeStorageSync('Refresh');
that.nurseStationPersonId = nursePersonId
that.infos();
that.info();
} else {}
},
onLoad(options) { onLoad(options) {
const that = this const that = this
this.baseurl = baseurl this.baseurl = baseurl