fix: UPF上下行总计查询beginTimes时间类型错误

This commit is contained in:
TsMask
2025-02-27 15:33:56 +08:00
parent 88a2167bed
commit 1517cb685c

View File

@@ -15,7 +15,6 @@ import { UniversalTransition } from 'echarts/features';
import { CanvasRenderer } from 'echarts/renderers';
import { markRaw } from 'vue';
import useI18n from '@/hooks/useI18n';
import { parseDateToStr } from '@/utils/date-utils';
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
import { upfFlowData, upfFlowParse } from '../../hooks/useUPFTotalFlow';
@@ -209,7 +208,7 @@ function fnGetInitData() {
listKPIData({
neType: 'UPF',
neId: '001',
startTime: nowDate - 5 * 60 * 1000,
beginTime: nowDate - 5 * 60 * 1000,
endTime: nowDate,
interval: 5, // 5秒
sortField: 'timeGroup',