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

uat_us
wangxiaoshuang 2024-11-12 17:56:50 +08:00
parent 2952652dbc
commit 4c1d1fb9b1
1 changed files with 16 additions and 0 deletions

View File

@ -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() {