From ddb75bae18c1bf27671d18df619e56316c8ee37c Mon Sep 17 00:00:00 2001 From: lxd <1004405501@qq.com> Date: Thu, 14 Nov 2024 21:27:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=97=85=E7=90=86=E5=B7=A5=E4=BD=9C=E5=8F=B0?= =?UTF-8?q?=20=E4=BF=9D=E5=AD=98=E5=9B=BE=E7=89=87=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dicomPathologyForm/dicomPathologyViewForm.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/dicomPathologyForm/dicomPathologyViewForm.vue b/src/views/dicomPathologyForm/dicomPathologyViewForm.vue index 4e4c0ce9..73be9bc3 100644 --- a/src/views/dicomPathologyForm/dicomPathologyViewForm.vue +++ b/src/views/dicomPathologyForm/dicomPathologyViewForm.vue @@ -553,18 +553,21 @@ const upimageselect = async () => { try { updateexamineimage.value = [] updateexamineimage.value.push({ + regid:regId.value, id: selecteimagedoneid.toString(), isDelete: '', deletePerson: '', selected: '1' }) updateexamineimage.value.push({ + regid:regId.value, id: selecteimagedtwoid.toString(), isDelete: '', deletePerson: '', selected: '1' }) updateexamineimage.value.push({ + regid:regId.value, id: selecteimagedthreeid.toString(), isDelete: '', deletePerson: '', @@ -745,7 +748,7 @@ const iframeData = async () => { localStorage.setItem('regid_pathology', regId.value) localStorage.removeItem('orgId_pathology') localStorage.setItem('orgId_pathology', orgId.value) - const Src = `/static/dicom/dicomViewPc1.html?method=PathologyView&t=${new Date().getTime()}` + const Src = `/bl/static/dicom/dicomViewPc1.html?method=PathologyView&t=${new Date().getTime()}` newSrc.value = Src } else { // 如果status不是success,可以根据需要处理错误情况