1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2952652dbc
commit
4c1d1fb9b1
|
@ -165,6 +165,22 @@ export default {
|
|||
this.loading = false
|
||||
})
|
||||
break
|
||||
case 17:
|
||||
searchData.ReadingExportType = 17
|
||||
getCommonJudgeRatioList_Export(searchData)
|
||||
.then((res) => {})
|
||||
.catch(() => {
|
||||
this.loading = false
|
||||
})
|
||||
break
|
||||
case 18:
|
||||
searchData.ReadingExportType = 18
|
||||
getCommonJudgeRatioList_Export(searchData)
|
||||
.then((res) => {})
|
||||
.catch(() => {
|
||||
this.loading = false
|
||||
})
|
||||
break
|
||||
}
|
||||
},
|
||||
getTrialCriterionList() {
|
||||
|
|
Loading…
Reference in New Issue