From 8463a7a36be9273eab3fc12b7b7661f083f2688f Mon Sep 17 00:00:00 2001
From: lxd <1004405501@qq.com>
Date: Fri, 13 Sep 2024 15:45:55 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B6=85=E5=A3=B0=E5=92=8C?=
=?UTF-8?q?=E5=BD=B1=E5=83=8F=E8=AF=8A=E6=96=AD=E6=A8=A1=E7=89=88=E5=8A=9F?=
=?UTF-8?q?=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/dicomForm/dicomViewForm.vue | 15 ++++++++-------
src/views/ultrasoniccom/ultrasonicForm.vue | 7 +++++--
2 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/src/views/dicomForm/dicomViewForm.vue b/src/views/dicomForm/dicomViewForm.vue
index 2e54266e..d50d8aed 100644
--- a/src/views/dicomForm/dicomViewForm.vue
+++ b/src/views/dicomForm/dicomViewForm.vue
@@ -32,7 +32,7 @@
-
+
{
strsj = data.examDescription
pid = data.pid
console.log('父节点' + data.pid)
- dialogTableVisible.value = true
+ //判断节点类型的不需要弹
+ if (data.dataType === '0') {
+ dialogTableVisible.value = true
+ }
}
//下拉选择事件
const handleselectchange = async () => {
@@ -519,12 +522,10 @@ const open = async (id: number, orgid: string, regid: string, examId: string, is
//判断是否隐藏影像标签
if (isLoaded == '1') {
tagLoaded.value = false
- activeName.value='second'
- }
- else
- {
+ activeName.value = 'second'
+ } else {
tagLoaded.value = true
- activeName.value='first'
+ activeName.value = 'first'
}
console.log('orgid' + orgid)
console.log('regid' + regid)
diff --git a/src/views/ultrasoniccom/ultrasonicForm.vue b/src/views/ultrasoniccom/ultrasonicForm.vue
index a72118b2..084d6136 100644
--- a/src/views/ultrasoniccom/ultrasonicForm.vue
+++ b/src/views/ultrasoniccom/ultrasonicForm.vue
@@ -28,7 +28,7 @@
-
+
{
strsj = data.examDescription
pid = data.pid
console.log('父节点' + data.pid)
- dialogTableVisible.value = true
+ //判断节点类型的不需要弹
+ if (data.dataType === '0') {
+ dialogTableVisible.value = true
+ }
}
//下拉选择事件
const handleselectchange = async () => {