diff --git a/src/views/trials/trials-panel/setting/reading-unit/components/GlobalReading.vue b/src/views/trials/trials-panel/setting/reading-unit/components/GlobalReading.vue index b5619713..7515919d 100644 --- a/src/views/trials/trials-panel/setting/reading-unit/components/GlobalReading.vue +++ b/src/views/trials/trials-panel/setting/reading-unit/components/GlobalReading.vue @@ -228,7 +228,7 @@ export default { resolve(false) } else { this.loading = true - if(this.form.GlobalAssessTypes.length === 0){ + if(this.form.GlobalAssessTypes.length === 0 && !isPrompt){ try{ let res = await getTrialConfigGlobalReadingInfo({ trialId: this.$route.query.trialId, TrialReadingCriterionId: this.trialReadingCriterionId }) this.form.GlobalAssessTypes = res.Result.GlobalAssessTypes