修改
This commit is contained in:
parent
ef06de97c8
commit
f923f7987a
@ -46,7 +46,15 @@
|
|||||||
total: 0,
|
total: 0,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onShow() {},
|
onShow() {
|
||||||
|
const that = this
|
||||||
|
this.pageNum = 1
|
||||||
|
const value = uni.getStorageSync('nursePersonId');
|
||||||
|
if (value) {
|
||||||
|
that.nurseStationPersonId = value
|
||||||
|
that.info();
|
||||||
|
} else {}
|
||||||
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.baseurl = baseurl
|
this.baseurl = baseurl
|
||||||
const that = this
|
const that = this
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user