fix: UPF上下行总计查询beginTimes时间类型错误
This commit is contained in:
@@ -15,7 +15,6 @@ import { UniversalTransition } from 'echarts/features';
|
|||||||
import { CanvasRenderer } from 'echarts/renderers';
|
import { CanvasRenderer } from 'echarts/renderers';
|
||||||
import { markRaw } from 'vue';
|
import { markRaw } from 'vue';
|
||||||
import useI18n from '@/hooks/useI18n';
|
import useI18n from '@/hooks/useI18n';
|
||||||
import { parseDateToStr } from '@/utils/date-utils';
|
|
||||||
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
|
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
|
||||||
import { upfFlowData, upfFlowParse } from '../../hooks/useUPFTotalFlow';
|
import { upfFlowData, upfFlowParse } from '../../hooks/useUPFTotalFlow';
|
||||||
|
|
||||||
@@ -209,7 +208,7 @@ function fnGetInitData() {
|
|||||||
listKPIData({
|
listKPIData({
|
||||||
neType: 'UPF',
|
neType: 'UPF',
|
||||||
neId: '001',
|
neId: '001',
|
||||||
startTime: nowDate - 5 * 60 * 1000,
|
beginTime: nowDate - 5 * 60 * 1000,
|
||||||
endTime: nowDate,
|
endTime: nowDate,
|
||||||
interval: 5, // 5秒
|
interval: 5, // 5秒
|
||||||
sortField: 'timeGroup',
|
sortField: 'timeGroup',
|
||||||
|
|||||||
Reference in New Issue
Block a user