修改危急值

This commit is contained in:
lxd 2024-12-05 16:04:35 +08:00
parent d4da28a879
commit 99bf3ed3e0

View File

@ -621,9 +621,7 @@ const open = async (row: any) => {
Isgrid.value = 1 //
isChildVisible.value = true
isshowwjz.value = true
//
isshowwjz.value=Profilevo.value.orgId===row.highLevelOrgId?true:false
isshowysb.value=Profilevo.value.orgId===row.orgId?true:false
nextTick(() => {
/* 计算右侧诊断*/
const canvasContainer = document.getElementById('elform')
@ -639,6 +637,9 @@ const open = async (row: any) => {
eltextrow.value = integer
}
})
//
isshowwjz.value=Profilevo.value.orgId===row.highLevelOrgId?true:false
isshowysb.value=Profilevo.value.orgId===row.orgId?true:false
}
//