1
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-12 17:56:50 +08:00
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() {