Showing
1 changed file
with
3 additions
and
1 deletions
@@ -113,7 +113,9 @@ | @@ -113,7 +113,9 @@ | ||
113 | const value = { | 113 | const value = { |
114 | ['触发属性']: findName, | 114 | ['触发属性']: findName, |
115 | ['触发条件']: `${findLogin}${curr.value.logicValue}`, | 115 | ['触发条件']: `${findLogin}${curr.value.logicValue}`, |
116 | - ['触发值']: `${curr.value.realValue}${findAttribute.detail?.dataType?.specs?.unit?.key}`, | 116 | + ['触发值']: `${curr.value.realValue}${ |
117 | + findAttribute.detail?.dataType?.specs?.unit?.key ?? '' | ||
118 | + }`, | ||
117 | }; | 119 | }; |
118 | const data = { | 120 | const data = { |
119 | [item.name]: value, | 121 | [item.name]: value, |