|
@@ -3709,6 +3709,7 @@ export default {
|
|
.get(this.$store.state.api + "getCourseTemplateT", "")
|
|
.get(this.$store.state.api + "getCourseTemplateT", "")
|
|
.then((res) => {
|
|
.then((res) => {
|
|
this.templateArray = res.data[0];
|
|
this.templateArray = res.data[0];
|
|
|
|
+ this.$forceUpdate();
|
|
})
|
|
})
|
|
.catch((err) => { });
|
|
.catch((err) => { });
|
|
},
|
|
},
|
|
@@ -5259,11 +5260,10 @@ export default {
|
|
this.selectEva();
|
|
this.selectEva();
|
|
this.loading = false;
|
|
this.loading = false;
|
|
this.timer2 = setInterval(() => {
|
|
this.timer2 = setInterval(() => {
|
|
- this.getTemplate();
|
|
|
|
|
|
+ this.selectEva();
|
|
}, 5000);
|
|
}, 5000);
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
this.selectCourseDetail();
|
|
this.selectCourseDetail();
|
|
- this.selectEva();
|
|
|
|
}, 500);
|
|
}, 500);
|
|
},
|
|
},
|
|
};
|
|
};
|