|
@@ -17296,7 +17296,7 @@ export default {
|
|
|
this.getCourseState(1);
|
|
|
}
|
|
|
|
|
|
- if ((this.IsFollow && this.tType == 2) || (this.splitScreenData.isOpen && this.splitScreenData.uid != this.splitScreenData.myUid)) {
|
|
|
+ if ((this.IsFollow && this.tType == 2) || (this.splitScreenData.isOpen && this.splitScreenData.uid != this.splitScreenData.myUid)) {
|
|
|
this.setContent2(false);
|
|
|
let _followC = res.data[0][0].followC.split("-");
|
|
|
if (
|
|
@@ -20245,8 +20245,10 @@ export default {
|
|
|
} else if (behavior.code === 1) {
|
|
|
//关于选择题的作业详细的操作
|
|
|
// toolIndex:toolIndex,courseType:this.courseType,taskCount:this.taskCount,type:0
|
|
|
- this.courseType = behavior.form.courseType;
|
|
|
- this.taskCount = behavior.form.taskCount;
|
|
|
+ if(this.courseType!==behavior.form.courseType || this.taskCount!==behavior.form.taskCount){
|
|
|
+ this.courseType = behavior.form.courseType;
|
|
|
+ this.taskCount = behavior.form.taskCount;
|
|
|
+ }
|
|
|
this.$nextTick(() => {
|
|
|
if (this.$refs.choseWorksDetailDialogRef.show) {
|
|
|
//已经打开了
|