From fabd26536cded65e303b471c8c62be0af2060f39 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 24 Oct 2024 11:31:13 +0800 Subject: [PATCH] 1 --- .../components/exportList.vue | 28 ++++++++++++------- 1 file changed, 18 insertions(+), 10 deletions(-) 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) => {})