From f7579acbfe2cca2aacf2a5a460fccf8fc5bb5406 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 13 Jan 2026 16:19:42 +0800
Subject: [PATCH] feat: 完成场景
---
applications/drone-command/src/views/areaManage/partition/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/applications/drone-command/src/views/areaManage/partition/index.vue b/applications/drone-command/src/views/areaManage/partition/index.vue
index 34c9406..820a8a3 100644
--- a/applications/drone-command/src/views/areaManage/partition/index.vue
+++ b/applications/drone-command/src/views/areaManage/partition/index.vue
@@ -158,12 +158,13 @@
const dictObj = ref({
areaType: [], //区域类型
controlLevel: [], //管控级别
+ deviceType: [],
})
provide('dictObj', dictObj)
// 获取字典
function getDictList() {
- getDictionaryByCode('areaType,controlLevel').then(res => {
+ getDictionaryByCode('areaType,controlLevel,deviceType').then(res => {
dictObj.value = res.data.data
})
}
--
Gitblit v1.9.3