Showing
1 changed file
with
3 additions
and
1 deletions
| ... | ... | @@ -103,7 +103,9 @@ |
| 103 | 103 | const value = { |
| 104 | 104 | ['触发属性']: findName, |
| 105 | 105 | ['触发条件']: `${findLogin}${curr.value.logicValue}`, |
| 106 | - ['触发值']: `${curr.value.realValue}${findAttribute.detail?.dataType?.specs?.unit?.key}`, | |
| 106 | + ['触发值']: `${curr.value.realValue}${ | |
| 107 | + findAttribute.detail?.dataType?.specs?.unit?.key ?? '' | |
| 108 | + }`, | |
| 107 | 109 | }; |
| 108 | 110 | const data = { |
| 109 | 111 | [item.name]: value, | ... | ... |