fix:修改新风图例位置 能耗告警去掉间隔时长
This commit is contained in:
@@ -41,11 +41,6 @@ const tableKeyMap = [
|
||||
dataIndex: 'repetitions',
|
||||
width: 120,
|
||||
},
|
||||
{
|
||||
title: '频率间隔',
|
||||
dataIndex: 'interval',
|
||||
width: 120,
|
||||
},
|
||||
{
|
||||
title: '监测时长',
|
||||
dataIndex: 'monitorFrequency',
|
||||
@@ -139,7 +134,6 @@ export const energyAlarmConfigs = (
|
||||
obj.createWorkOrder = obj.createWorkOrder + '';
|
||||
if (obj.alarmFrequency === 1) {
|
||||
obj.repetitions = null;
|
||||
obj.intervalDuration = null;
|
||||
obj.intervalDurationUnit = null;
|
||||
}
|
||||
if (obj.alarmFrequency === 3) {
|
||||
|
Reference in New Issue
Block a user