|
|
@@ -526,7 +526,7 @@ export default {
|
|
|
this.loading1 = true;
|
|
|
this.loading2 = true;
|
|
|
this.loading3 = true;
|
|
|
- let currentTreeID = this.getCoursewareId() || this.getSelectId();
|
|
|
+ let currentTreeID = this?.getCoursewareId() || this?.getSelectId();
|
|
|
// 获取本课的 本教材的 本套的 的例句
|
|
|
getCoursewareWordExampleSentenceList({
|
|
|
courseware_id: currentTreeID, // 课件id
|