|
@@ -409,7 +409,8 @@
|
|
|
answerModal: false,
|
|
|
curEditType: "",
|
|
|
editSumaryModal: false,
|
|
|
- curSummary: ""
|
|
|
+ curSummary: "",
|
|
|
+ currentExerciseIndex: 0
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
@@ -587,6 +588,7 @@
|
|
|
if(this.isChangePaper) {
|
|
|
this.curTypeItems = arr;
|
|
|
this.currentExercise = item;
|
|
|
+ this.currentExerciseIndex = index
|
|
|
this.editAnsScoreModal = true;
|
|
|
} else {
|
|
|
this.currentExerciseIndex = this.exerciseList.indexOf(item); // 清单列表下的index
|