解决折叠面板绑定值导致设备监控便携式设备顶部按钮显示异常问题

This commit is contained in:
zhujiyan
2024-09-26 16:11:05 +08:00
parent d6b30eeb96
commit f0711d334b
2 changed files with 5 additions and 4 deletions

View File

@@ -183,7 +183,8 @@ const changeDevice = (val: any) => {
})
treeRef1?.value && treeRef1.value.setCurrentKey(arr1[0]?.id)
emit('changePointType', activeName.value, arr1[0])
} else {
}
if (val == '1') {
arr1.map((item: any) => {
item.checked = false
})