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 {
data() {
return {
baseurl:'',
evaluateshow: false, //
evaluatenurse: false, //
parentId: '',

View File

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