Showing
1 changed file
with
3 additions
and
1 deletions
@@ -103,7 +103,9 @@ | @@ -103,7 +103,9 @@ | ||
103 | const value = { | 103 | const value = { |
104 | ['触发属性']: findName, | 104 | ['触发属性']: findName, |
105 | ['触发条件']: `${findLogin}${curr.value.logicValue}`, | 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 | const data = { | 110 | const data = { |
109 | [item.name]: value, | 111 | [item.name]: value, |