From 58b3d09d5d4bdd365e6374ce760752adc2742d46 Mon Sep 17 00:00:00 2001 From: yangsy Date: Thu, 25 Dec 2025 11:08:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=9A=E4=BD=8D=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E6=A0=91=E6=97=B6=E4=BF=9D=E7=95=99=E5=8E=9F=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E5=B1=95=E5=BC=80=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/device/device-tree/device-tree.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/device/device-tree/device-tree.vue b/src/components/device/device-tree/device-tree.vue index aa0b655..80ecd32 100644 --- a/src/components/device/device-tree/device-tree.vue +++ b/src/components/device/device-tree/device-tree.vue @@ -439,7 +439,7 @@ const onLocateDeviceTree = async () => { activeTab.value = deviceType; // 展开选择的车站 - expandedKeys.value = [selectedStationCode.value]; + expandedKeys.value.push(selectedStationCode.value); // 当选择录像机时,如果不是集群,进一步展开该录像机所在的集群节点 if (deviceType === DEVICE_TYPE_LITERALS.ndmNvr) {