吉安感知网项目-前端
shuishen
2026-01-14 8421b9fcf0852cff3c9f7fd264a25368e8ddd07b
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
   })
}