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:
@@ -32,7 +32,7 @@ export default {
|
||||
this.teacherId=this.$route.query.teacherId
|
||||
//获取教师基本信息
|
||||
this.baseInfo()
|
||||
this.getReviewResult()
|
||||
// this.getReviewResult()
|
||||
},
|
||||
methods:{
|
||||
//前往二次认证
|
||||
@@ -43,7 +43,7 @@ export default {
|
||||
},
|
||||
//获取认证结果
|
||||
getReviewResult(){
|
||||
getReviewResult({teacherId:this.teacherId}).then(res=>{
|
||||
getReviewResult({teacherId:this.pid}).then(res=>{
|
||||
this.result=res.data
|
||||
})
|
||||
},
|
||||
@@ -73,6 +73,7 @@ export default {
|
||||
this.form.coursewareName=res.data[0].examineCourseware.coursewareName
|
||||
this.pid=res.data[0].pid
|
||||
//获取学习进度
|
||||
this.getReviewResult()
|
||||
this.addTeacher()
|
||||
this.getStatus()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user