From 8d36fde03d19aa6019bfd7377e4e8bc1c7d7eb50 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 25 Apr 2024 11:26:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E8=87=AA=E5=8A=A8=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E5=85=A8=E5=B1=80=E9=98=85=E7=89=87=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=97=B6=E5=88=B7=E6=96=B0=E5=86=8D=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../setting/reading-unit/components/GlobalReading.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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