| applications/drone-command/src/views/areaManage/sceneManage/FormDiaLog.vue | ●●●●● patch | view | raw | blame | history |
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 ''