|
@@ -402,6 +402,10 @@ export default {
|
|
|
},
|
|
|
|
|
|
selectCourse(course_id) {
|
|
|
+ if (course_id.length === 0) {
|
|
|
+ this.$message.warning('请选择课件');
|
|
|
+ return;
|
|
|
+ }
|
|
|
let type = this.form.teaching_type;
|
|
|
if (type === 10) {
|
|
|
this.getTreeNodeInfo_BookChapterStruct(course_id, 'live');
|