From 174179d9b2b60d9d68bea9c7ec0e4409a0344cea Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Thu, 20 Apr 2023 19:49:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=97=85=E5=8E=86=E7=82=B9=E5=87=BB=E8=87=AA?= =?UTF-8?q?=E8=BA=AB=E4=B8=8D=E4=BF=9D=E5=AD=98?= 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 ed17607..b93edd3 100644 --- a/src/components/360View/medicalRecord/callMedical/index.vue +++ b/src/components/360View/medicalRecord/callMedical/index.vue @@ -90,7 +90,7 @@ export default { }, methods: { handleForm(index, item) { - if (this.$parent.isPlatform && item.platform) { + if (this.$parent.isPlatform && item.platform && this.name !== item.name) { this.confirmChange().finally(() => { this.setForm(index, item) })