|
@@ -162,6 +162,7 @@ export default {
|
|
onLoad() {
|
|
onLoad() {
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
|
|
+ console.log('--------created');
|
|
this.newMenuAllList = this.menuAllList
|
|
this.newMenuAllList = this.menuAllList
|
|
if (this.testType == 3) {
|
|
if (this.testType == 3) {
|
|
// 模块下的所有节试卷列表
|
|
// 模块下的所有节试卷列表
|
|
@@ -222,6 +223,7 @@ export default {
|
|
console.log('playEnd----');
|
|
console.log('playEnd----');
|
|
this.$emit('playEnd',{isRebuild:this.isRebuild})
|
|
this.$emit('playEnd',{isRebuild:this.isRebuild})
|
|
this.newMenuAllList = await this.studyRecordMenuAllList()
|
|
this.newMenuAllList = await this.studyRecordMenuAllList()
|
|
|
|
+ console.log('====this.newMenuAllList', this.newMenuAllList);
|
|
}
|
|
}
|
|
});
|
|
});
|
|
},
|
|
},
|