吉安感知网项目-前端
chenyao
2026-04-08 7aaca71bd1a51c9f9fe4d646595cb8f65e08df35
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',