Showing
1 changed file
with
1 additions
and
2 deletions
| ... | ... | @@ -117,8 +117,7 @@ export const genActionData = (conditionData) => { |
| 117 | 117 | alarmProfileId: alarm_config, |
| 118 | 118 | outTarget, |
| 119 | 119 | entityType: device, |
| 120 | - entityId: entityId?.length ? entityId : null, | |
| 121 | - deviceId, | |
| 120 | + deviceId: entityId?.length ? entityId : null, | |
| 122 | 121 | doContext: mapPredicate?.length |
| 123 | 122 | ? { |
| 124 | 123 | alarmLevel: alarm_level, | ... | ... |