|
@@ -119,7 +119,8 @@ export default {
|
|
|
try {
|
|
|
const res = await this.$http.get(
|
|
|
"/api/ecs_oe_admin/practice/getPracticeDetailInfo?examRecordDataId=" +
|
|
|
- this.$route.query.examRecordDataId
|
|
|
+ this.$route.query.examRecordDataId +
|
|
|
+ (this.disableGoBack ? "&fromCache=1" : "")
|
|
|
);
|
|
|
this.examRecordResult = res.data || [];
|
|
|
} catch (error) {
|