1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a83b094a46
commit
fabd26536c
|
@ -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) => {})
|
||||
|
|
Loading…
Reference in New Issue