|
@@ -200,7 +200,6 @@ export default {
|
|
this.answer_error_person_list = answer_error_person_list;
|
|
this.answer_error_person_list = answer_error_person_list;
|
|
if (answer_right_person_list.length > 0 || answer_error_person_list.length > 0) {
|
|
if (answer_right_person_list.length > 0 || answer_error_person_list.length > 0) {
|
|
const userList = answer_right_person_list.length > 0 ? answer_right_person_list : answer_error_person_list;
|
|
const userList = answer_right_person_list.length > 0 ? answer_right_person_list : answer_error_person_list;
|
|
- console.log(userList[0]);
|
|
|
|
this.selectUser(userList[0].user_id, userList[0].answer_record_id);
|
|
this.selectUser(userList[0].user_id, userList[0].answer_record_id);
|
|
}
|
|
}
|
|
});
|
|
});
|
|
@@ -250,7 +249,7 @@ export default {
|
|
}
|
|
}
|
|
this.is_objective = is_objective === 'true';
|
|
this.is_objective = is_objective === 'true';
|
|
this.user_answer.answer_status = answer_status;
|
|
this.user_answer.answer_status = answer_status;
|
|
-
|
|
|
|
|
|
+ console.log(JSON.parse(content));
|
|
// 如果已经填写过答案,直接显示答案
|
|
// 如果已经填写过答案,直接显示答案
|
|
if (is_fill_answer === 'true') {
|
|
if (is_fill_answer === 'true') {
|
|
this.$nextTick().then(() => {
|
|
this.$nextTick().then(() => {
|