diff --git a/src/views/trials/trials-panel/reading/reading-tracking/components/exportList.vue b/src/views/trials/trials-panel/reading/reading-tracking/components/exportList.vue index c0fa962a..1c084b27 100644 --- a/src/views/trials/trials-panel/reading/reading-tracking/components/exportList.vue +++ b/src/views/trials/trials-panel/reading/reading-tracking/components/exportList.vue @@ -118,15 +118,7 @@ export default { this.loading = false }) break - case 4: - searchData.ReadingExportType = 0 - getCommonEvaluationList_Export(searchData) - .then((res) => {}) - .catch(() => { - this.loading = false - }) - break - case 5: + case 1: searchData.ReadingExportType = 1 getCommonEvaluationList_Export(searchData) .then((res) => {}) @@ -134,7 +126,7 @@ export default { this.loading = false }) break - case 6: + case 2: searchData.ReadingExportType = 2 getCommonEvaluationList_Export(searchData) .then((res) => {}) @@ -142,6 +134,22 @@ export default { this.loading = false }) break + case 3: + searchData.ReadingExportType = 3 + getCommonEvaluationList_Export(searchData) + .then((res) => {}) + .catch(() => { + this.loading = false + }) + break + case 4: + searchData.ReadingExportType = 4 + getCommonEvaluationList_Export(searchData) + .then((res) => {}) + .catch(() => { + this.loading = false + }) + break case 7: getCommonJudgeRatioList_Export(searchData) .then((res) => {})