From 7c3c82d429f86358142adceb080e8922f6a18aa0 Mon Sep 17 00:00:00 2001 From: Riku <risaku@163.com> Date: 星期一, 12 八月 2024 22:43:33 +0800 Subject: [PATCH] 设备信息管理模块 --- common/dataSceneTypes.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/dataSceneTypes.js b/common/dataSceneTypes.js index b8ff99a..c5835d1 100644 --- a/common/dataSceneTypes.js +++ b/common/dataSceneTypes.js @@ -17,7 +17,7 @@ let remoteSceneTypes = []; function sceneTypeList() { - return remoteSceneTypes; + return remoteSceneTypes.length == 0 ? SceneTypes : remoteSceneTypes; } function toLabel(value) { -- Gitblit v1.9.3