mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 14:56:44 +08:00
SZX-1335在线课考试显示不正常。
This commit is contained in:
@@ -1218,7 +1218,7 @@ export default {
|
|||||||
});
|
});
|
||||||
this.teacherValues = tlist;
|
this.teacherValues = tlist;
|
||||||
this.teacherDownList = tlist;
|
this.teacherDownList = tlist;
|
||||||
if (this.courseInfo.tags != '') {
|
if (this.courseInfo.tags) {
|
||||||
this.showTags = this.courseInfo.tags.split(',');
|
this.showTags = this.courseInfo.tags.split(',');
|
||||||
}
|
}
|
||||||
this.$nextTick(function() {
|
this.$nextTick(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user