|
@@ -568,7 +568,7 @@ export default {
|
|
{
|
|
{
|
|
const examRecordDataId = this.$route.params.examRecordDataId;
|
|
const examRecordDataId = this.$route.params.examRecordDataId;
|
|
|
|
|
|
- for (let i = 0; i < 5; i++) {
|
|
|
|
|
|
+ for (let i = 0; i < 100; i++) {
|
|
try {
|
|
try {
|
|
const faceBiopsyBaseInfoData = await this.$http.get(
|
|
const faceBiopsyBaseInfoData = await this.$http.get(
|
|
"/api/ecs_oe_student/faceBiopsy/getFaceBiopsyBaseInfo?examRecordDataId=" +
|
|
"/api/ecs_oe_student/faceBiopsy/getFaceBiopsyBaseInfo?examRecordDataId=" +
|