吉安感知网项目-前端
罗广辉
2026-01-27 8a7fb9a519cae32d38ba66058d243aa7e6b6aeb2
applications/drone-command/src/views/detectionCountermeasure/deviceAppConfig/index.vue
@@ -151,7 +151,10 @@
async function getList() {
   loading.value = true
   try {
      const res = await fwDevicePageApi(searchParams.value)
      const res = await fwDevicePageApi({
         ...searchParams.value,
         deviceStatusList: '0,1,2'
      })
      list.value = res?.data?.data?.records ?? []
      total.value = res?.data?.data?.total ?? 0
   } finally {
@@ -176,6 +179,7 @@
function getDictList() {
   getDictionaryByCode('deviceType,deviceStatus,deviceAtt').then(res => {
      dictObj.value = res.data.data
      dictObj.value.deviceStatus = dictObj.value.deviceStatus.filter(item => item.dictKey != 3)
   })
}