diff --git a/src/views/Answer/questions/components/AnswerViewer.vue b/src/views/Answer/questions/components/AnswerViewer.vue index 4fd2e0d8..12c1dc06 100644 --- a/src/views/Answer/questions/components/AnswerViewer.vue +++ b/src/views/Answer/questions/components/AnswerViewer.vue @@ -198,17 +198,17 @@ export default defineComponent({ if(!data[0]) return; - BrowsingRecordApi.browsingRecordSurveys({ - sn: this.answerSurveySn, - data: { - sn: this.answerSn, - question_index: this.question.question_index, - question_type: this.question.question_type, - planet_id: data[0].wareId, - shelve_planet_id: this.shelfId, - action_info: data, - }, - }).catch((e) => console.error(e)); + // BrowsingRecordApi.browsingRecordSurveys({ + // sn: this.answerSurveySn, + // data: { + // sn: this.answerSn, + // question_index: this.question.question_index, + // question_type: this.question.question_type, + // planet_id: data[0].wareId, + // shelve_planet_id: this.shelfId, + // action_info: data, + // }, + // }).catch((e) => console.error(e)); }, }, }); diff --git a/src/views/Answer/questions/components/AnswerViewerMatrix.vue b/src/views/Answer/questions/components/AnswerViewerMatrix.vue index 62b41ac8..a2715dc6 100644 --- a/src/views/Answer/questions/components/AnswerViewerMatrix.vue +++ b/src/views/Answer/questions/components/AnswerViewerMatrix.vue @@ -157,17 +157,17 @@ export default defineComponent({ if(!data[0]) return; - BrowsingRecordApi.browsingRecordSurveys({ - sn: this.answerSurveySn, - data: { - sn: this.answerSn, - question_index: this.question.question_index, - question_type: this.question.question_type, - planet_id: data[0].wareId, - shelve_planet_id: this.shelfId, - action_info: data, - }, - }).catch((e) => console.error(e)); + // BrowsingRecordApi.browsingRecordSurveys({ + // sn: this.answerSurveySn, + // data: { + // sn: this.answerSn, + // question_index: this.question.question_index, + // question_type: this.question.question_type, + // planet_id: data[0].wareId, + // shelve_planet_id: this.shelfId, + // action_info: data, + // }, + // }).catch((e) => console.error(e)); }, } });