吉安感知网项目-前端
罗广辉
2026-01-30 d7c19e87b419e92340f0ab6f9ec03f4d4cf2b2a4
applications/drone-command/src/views/areaManage/sceneManage/FormDiaLog.vue
@@ -419,10 +419,15 @@
async function getSceneConfigList() {
   if (sceneConfigList.value.length) return
   const res = await fwDefenseSceneListApi({unbound: 1})
   const params = { unbound: 1 }
   if (dialogMode.value !== 'add' && formData.value?.id) {
      params.sceneManageId = formData.value.id
   }
   const res = await fwDefenseSceneListApi(params)
   sceneConfigList.value = res?.data?.data ?? []
}
// 获取场景配置名称
function getSceneConfigName(id) {
   if (!id) return ''