From 53b2ae135afd42d593ac7bbced1ca46018296170 Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Thu, 20 Apr 2023 19:40:15 +0800 Subject: [PATCH] =?UTF-8?q?360=E4=B8=8D=E6=96=B0=E5=A2=9E=E7=97=85?= =?UTF-8?q?=E5=8E=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/360View/medicalRecord/callMedical/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/360View/medicalRecord/callMedical/index.vue b/src/components/360View/medicalRecord/callMedical/index.vue index 89211ff..b7c6d6b 100644 --- a/src/components/360View/medicalRecord/callMedical/index.vue +++ b/src/components/360View/medicalRecord/callMedical/index.vue @@ -83,7 +83,7 @@ export default { }, watch: { typeName(val) { - if (val === '门诊病历' && !this.formList.length) { + if (val === '门诊病历' && !this.formList.length && !this.onlyRead) { this.getFormList() } }