mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 03:16:45 +08:00
新增结束评审情况
This commit is contained in:
@@ -182,8 +182,7 @@
|
||||
}).then(res => {
|
||||
console.log('res::',res)
|
||||
if (res.code == 200 && res.data) {
|
||||
|
||||
this.lecturersInfo = res.data || {}
|
||||
this.lecturersInfo = res.data.examineTeacher || {}
|
||||
//this.lecturersInfo.scores="" //"1,2,3,1,2,3,1,2,3"
|
||||
if(this.lecturersInfo.scores&&this.lecturersInfo.scores.length>1){
|
||||
this.scoreDisabled = true
|
||||
|
||||
Reference in New Issue
Block a user