1
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-10-24 11:31:13 +08:00
parent a83b094a46
commit fabd26536c
1 changed files with 18 additions and 10 deletions

View File

@ -118,15 +118,7 @@ export default {
this.loading = false this.loading = false
}) })
break break
case 4: case 1:
searchData.ReadingExportType = 0
getCommonEvaluationList_Export(searchData)
.then((res) => {})
.catch(() => {
this.loading = false
})
break
case 5:
searchData.ReadingExportType = 1 searchData.ReadingExportType = 1
getCommonEvaluationList_Export(searchData) getCommonEvaluationList_Export(searchData)
.then((res) => {}) .then((res) => {})
@ -134,7 +126,7 @@ export default {
this.loading = false this.loading = false
}) })
break break
case 6: case 2:
searchData.ReadingExportType = 2 searchData.ReadingExportType = 2
getCommonEvaluationList_Export(searchData) getCommonEvaluationList_Export(searchData)
.then((res) => {}) .then((res) => {})
@ -142,6 +134,22 @@ export default {
this.loading = false this.loading = false
}) })
break 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: case 7:
getCommonJudgeRatioList_Export(searchData) getCommonJudgeRatioList_Export(searchData)
.then((res) => {}) .then((res) => {})