调整:考试试题提交接口参数调整
This commit is contained in:
parent
51b85082dd
commit
ba0007807b
@ -92,8 +92,10 @@ export default {
|
||||
pqId: questionInfo.questionId,
|
||||
type: 2,
|
||||
subType: data.subType,
|
||||
trainAnswerDetail: {
|
||||
cosplayMemberId: data.cosplayMemberId,
|
||||
trainDetail: data.trainDetail
|
||||
}
|
||||
};
|
||||
submitAnswer(postData).then(resp => {}).catch(() => { this.$message.error('记录数据失败!'); });
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user