Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
2023-11-09 16:32:45 +08:00
commit 55d70a9d95
2 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,7 @@
export default { export default {
data() { data() {
return { return {
baseurl:'',
evaluateshow: false, // evaluateshow: false, //
evaluatenurse: false, // evaluatenurse: false, //
parentId: '', parentId: '',

View File

@ -55,6 +55,7 @@
} }
}, },
onShow() { onShow() {
this.baseurl = baseurl;
this.userinfo = uni.getStorageSync('userinfo'); this.userinfo = uni.getStorageSync('userinfo');
this.cardNo = this.userinfo.cardNo; this.cardNo = this.userinfo.cardNo;
this.parentId = this.userinfo.id; this.parentId = this.userinfo.id;