From 6d7b9914820fb12029d2cff43f0081465c9dc667 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Mon, 18 Nov 2024 16:57:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E6=A0=87=E5=87=86?= =?UTF-8?q?=E6=A0=87=E6=B3=A8=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/customize/CustomizeMeasurementList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeMeasurementList.vue b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeMeasurementList.vue index ad2b12f8..35cbacf2 100644 --- a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeMeasurementList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeMeasurementList.vue @@ -18,7 +18,7 @@ @@ -260,7 +260,7 @@ export default { }, handleMeasuredDataCancel() { this.measuredDataVisible = false - DicomEvent.$emit('updateImage') + // DicomEvent.$emit('updateImage') }, handleMeasuredDataSave() { this.$refs.measuredDataForm.validate(valid => {