|
@@ -140,7 +140,7 @@ export default function useMarkSubmit() {
|
|
datas.markerTagList = [];
|
|
datas.markerTagList = [];
|
|
// 单题阅模式需要告诉后台正在评卷的questionId
|
|
// 单题阅模式需要告诉后台正在评卷的questionId
|
|
if (markStore.isSingelQuestionModel)
|
|
if (markStore.isSingelQuestionModel)
|
|
- datas.markedQuestionId = data.questionList[0].questionId;
|
|
|
|
|
|
+ datas.markedQuestionId = datas.questionList[0].questionId;
|
|
return datas;
|
|
return datas;
|
|
}
|
|
}
|
|
|
|
|