@flexem/fc-gui 3.0.0-alpha.54 → 3.0.0-alpha.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -216,7 +216,7 @@
216
216
  #### Features
217
217
  1. FLEXCLOUD-2347【Web端】组态页面:组态页面监控点比较多,导致组态页面切换不生效问题
218
218
 
219
- ## 3.0.0-alpha.54(2022-11-07)
219
+ ## 3.0.0-alpha.55(2022-11-07)
220
220
  ### Web端
221
221
  #### Features
222
222
  1. FLEXCLOUD-2347【Web端】组态页面:组态页面监控点比较多,导致组态页面切换不生效问题
@@ -41211,7 +41211,7 @@ let WriteValueModalComponent = class WriteValueModalComponent {
41211
41211
  }
41212
41212
  }
41213
41213
  this.args.releasedVariableService.getVariableWithValueTransform(this.variableName).subscribe(result => {
41214
- if (JSON.parse(result).Type !== 0) {
41214
+ if (JSON.parse(result.valueTransform).Type !== 0) {
41215
41215
  this.isNumericalOperation = true;
41216
41216
  }
41217
41217
  this.onClosed({ value, showValue, enableNumericalOperation: this.enableNumericalOperation, isNumericalOperation: this.isNumericalOperation });