新增结束评审情况

This commit is contained in:
zhangsir
2024-05-29 10:54:01 +08:00
parent 9e2a7ed170
commit 11eb73c1cc
3 changed files with 10 additions and 4 deletions

View File

@@ -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