From 4ee55a85df6b5ef0e14832a02df4c76753717c50 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 04 Feb 2026 11:38:20 +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