amis 1.4.2-beta.15 → 1.4.2-beta.16

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.
@@ -670,7 +670,7 @@ export const FormItemStore = StoreNode.named('FormItemStore')
670
670
  [
671
671
  {
672
672
  ...self.options[0],
673
- leftOptions: spliceTree(self.options, indexes, 1, {
673
+ leftOptions: spliceTree(leftOptions, indexes, 1, {
674
674
  ...option,
675
675
  loading: false,
676
676
  error: true
@@ -694,7 +694,7 @@ export const FormItemStore = StoreNode.named('FormItemStore')
694
694
  [
695
695
  {
696
696
  ...self.options[0],
697
- leftOptions: spliceTree(self.options, indexes, 1, {
697
+ leftOptions: spliceTree(leftOptions, indexes, 1, {
698
698
  ...option,
699
699
  loading: false,
700
700
  loaded: true,