raise-common-lib 0.0.40 → 0.0.41

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.
@@ -20392,8 +20392,8 @@
20392
20392
  var newForm = __assign({}, this.form, (_a = {}, _a[field.formKey] = value, _a));
20393
20393
  // 修复错误提示显示 bug,不设置一下有概率拿不到最新的值
20394
20394
  this.form = newForm;
20395
- this.fieldChange.emit({ field: field, value: value });
20396
20395
  this.formChange.emit(newForm);
20396
+ this.fieldChange.emit({ field: field, value: value });
20397
20397
  };
20398
20398
  /**
20399
20399
  * @param {?} field