From 8421b9fcf0852cff3c9f7fd264a25368e8ddd07b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 14 Jan 2026 11:21:42 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web

---
 applications/drone-command/src/views/areaManage/partition/index.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/applications/drone-command/src/views/areaManage/partition/index.vue b/applications/drone-command/src/views/areaManage/partition/index.vue
index 0d56fb4..0665089 100644
--- a/applications/drone-command/src/views/areaManage/partition/index.vue
+++ b/applications/drone-command/src/views/areaManage/partition/index.vue
@@ -153,14 +153,15 @@
 }
 
 const dictObj = ref({
-	areaType: [], // 区域类型
-	controlLevel: [], // 管控级别
+	areaType: [], //区域类型
+	controlLevel: [], //管控级别
+	deviceType: [],
 })
 provide('dictObj', dictObj)
 
 // 获取字典
-function getDictList () {
-	getDictionaryByCode('areaType,controlLevel').then(res => {
+function getDictList() {
+	getDictionaryByCode('areaType,controlLevel,deviceType').then(res => {
 		dictObj.value = res.data.data
 	})
 }

--
Gitblit v1.9.3