From f909e57839a19870e3e31e71927d299ab2517681 Mon Sep 17 00:00:00 2001 From: yy2205 <2238220225@qq.com> Date: Tue, 20 May 2025 11:23:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=89=93=E5=8D=B0=EF=BC=8C?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E9=81=AE=E7=BD=A9=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/processImage/index.ts | 2 +- src/views/ECG/ECGForm.vue | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/api/processImage/index.ts b/src/api/processImage/index.ts index 584c4c63..0c744d65 100644 --- a/src/api/processImage/index.ts +++ b/src/api/processImage/index.ts @@ -72,7 +72,7 @@ export const processImageApi = { if (!url){ return } - console.log(imageAddress) + // console.log(imageAddress) const str = url.replace(originImageAddress,imageAddress) // console.log(str) return str; diff --git a/src/views/ECG/ECGForm.vue b/src/views/ECG/ECGForm.vue index 34e24200..d1466003 100644 --- a/src/views/ECG/ECGForm.vue +++ b/src/views/ECG/ECGForm.vue @@ -743,8 +743,8 @@ const open = async (row: any) => { rowinfo.value = row const data = await EcganalysisparasApi.getexamIDdata(rowinfo.value.examId, orgid.value) queryParams.value = data - console.log(data) - console.log(queryParams.value) + // console.log(data) + // console.log(queryParams.value) if ( queryParams.value.ecgJsonDataFilePath && (queryParams.value.ecgJsonDataFilePath.toUpperCase().endsWith('.BMP') || @@ -832,6 +832,7 @@ async function process() { console.log("processResponse",processResponse) console.log("updateSuccess",updateSuccess) console.log("dataObj",dataObj) + loading.value = false await getPatientexamlist(keyid.value) emit('success') savedisabled.value = true