吉安感知网项目-前端
罗广辉
2026-04-08 2f318bad834276157405f6da0df7353d0c5e2d55
applications/drone-command/src/views/dataCockpit/components/DeviceHistoryDialog.vue
@@ -76,7 +76,7 @@
import { computed, ref, watch } from 'vue'
import { getDictionaryByCode } from '@/api/system/dictbiz'
import { alarmLogApi, areaDivideListApi } from '@/api/dataCockpit'
import { getDictLabel } from '@ztzf/utils'
import { getDictLabel,dateRangeFormat } from '@ztzf/utils'
const props = defineProps({
   modelValue: {
@@ -155,7 +155,7 @@
      total.value = 0
      return
   }
   const [startTime, endTime] = searchParams.value.dateRange || []
   const [startTime, endTime] = dateRangeFormat(searchParams.value.dateRange) || []
   const keyword = (searchParams.value.keyword || '').trim()
   const params = {
      alarmType: '2',