This commit is contained in:
xyc 2025-04-17 11:14:56 +08:00
parent 6ebc2f6f2f
commit a29a8ce74a

View File

@ -258,19 +258,18 @@
icon: 'none'
})
}
console.log(this.userDetails, '学生信息');
this.courseId = option.courseId,
this.tenantId = option.tenantId,
this.userId = this.userDetails.id,
this.userinfo = getLocalUserInfo()
this.localStaffType = getStaffType()
this.localCoachId = getCoachId()
console.log('localCoachId', this.localCoachId);
console.log('userId', this.userId);
console.log('this.localStaffType', this.localStaffType);
if (this.localStaffType === '02') {
this.localCoachId = getCoachId()
console.log('localCoachId', this.localCoachId);
}
console.log('localCoachId', this.localCoachId);
},
onShow() {
this.getListAll()