吉安感知网项目-前端
张含笑
2026-01-13 93e0df5064c4ce9201aae751fc5d1a2994b2353e
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
   })
}