| applications/drone-command/src/views/areaManage/partition/FormDiaLog.vue | ●●●●● patch | view | raw | blame | history |
applications/drone-command/src/views/areaManage/partition/FormDiaLog.vue
@@ -410,7 +410,7 @@ // 获取设备列表 async function getDeviceList () { if (deviceOptions.value.length) return const res = await fwDeviceListApi({ isAreaSelect: 1, areaId: formData.value.id }) const res = await fwDeviceListApi({ isAreaSelect: 1, areaId: formData.value.id, isTrack: 1 }) deviceOptions.value = res?.data?.data ?? [] if (dialogMode.value === 'view') { deviceOptions.value = deviceOptions.value.filter(item => formData.value.deviceIds.includes(item.id))