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.
@@ -20197,8 +20197,8 @@ var DrawerFormComponent = /** @class */ (function () {
20197
20197
  var newForm = __assign({}, this.form, (_a = {}, _a[field.formKey] = value, _a));
20198
20198
  // 修复错误提示显示 bug,不设置一下有概率拿不到最新的值
20199
20199
  this.form = newForm;
20200
- this.fieldChange.emit({ field: field, value: value });
20201
20200
  this.formChange.emit(newForm);
20201
+ this.fieldChange.emit({ field: field, value: value });
20202
20202
  };
20203
20203
  /**
20204
20204
  * @param {?} field