atr-components 3.1.9 → 3.1.10

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.
@@ -4807,6 +4807,8 @@ class AtrFormComponent {
4807
4807
  let action = {
4808
4808
  name: item.key,
4809
4809
  code: 'selectChagne',
4810
+ value: event,
4811
+ item: item
4810
4812
  };
4811
4813
  this.formAction.emit(action);
4812
4814
  }