更新
This commit is contained in:
parent
6ebc2f6f2f
commit
a29a8ce74a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user