mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
参数错误问题
This commit is contained in:
@@ -187,7 +187,8 @@
|
||||
this.teachtext.workExperience = res.result.workExperience;
|
||||
this.teachtext.courses = res.result.courses;
|
||||
this.tearchUrl = this.fileBaseUrl + res.result.photo;
|
||||
apiBoeTeahcer.simpleInfo(this.userInfo.sysId).then(sinfo=>{
|
||||
//通过用户的sysId(原系统中的kid)去取用户
|
||||
apiBoeTeahcer.simpleInfo(res.result.sysId).then(sinfo=>{
|
||||
if(sinfo.status=='200'){
|
||||
if(sinfo.result.courses){
|
||||
this.teachtext.courses = sinfo.result.courses;
|
||||
|
||||
Reference in New Issue
Block a user