From 34d14c12f48e4fab2f7eee330804646dd7bd8de4 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 04 Feb 2026 11:33:52 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
applications/drone-command/src/views/areaManage/sceneConfig/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/applications/drone-command/src/views/areaManage/sceneConfig/index.vue b/applications/drone-command/src/views/areaManage/sceneConfig/index.vue
index e0bca9e..0f874ae 100644
--- a/applications/drone-command/src/views/areaManage/sceneConfig/index.vue
+++ b/applications/drone-command/src/views/areaManage/sceneConfig/index.vue
@@ -174,7 +174,7 @@
// 获取字典
function getDictList() {
- getDictionaryByCode('CommandSceneType,deviceMode,areaType').then(res => {
+ getDictionaryByCode('CommandSceneType,deviceMode,areaType,deviceType').then(res => {
dictObj.value = res.data.data
})
}
--
Gitblit v1.9.3