@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user