阅片期阅片标准过滤
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-08 14:05:25 +08:00
parent da1862fa23
commit 33bc40d750
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -181,7 +181,7 @@ export default {
methods: {
async initForm() {
this.loading = true
await this.getSite()
// await this.getSite()
var param = {
trialId: this.trialId,
readingPeriodSetId: Object.keys(this.data).length > 0 ? this.data.Id : '',

View File

@ -523,7 +523,7 @@ export default {
getTrialCriterionList() {
getTrialCriterionList(this.trialId, false)
.then((res) => {
this.trialCriterionList = res.Result
this.trialCriterionList = res.Result.filter(item => item.CriterionType === 10)
this.TrialReadingCriterionId =
this.trialCriterionList[0].TrialReadingCriterionId
})