lew-ui 1.8.5 → 1.8.7

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/dist/index.es.js CHANGED
@@ -11565,7 +11565,7 @@ const _sfc_main$v = defineComponent({
11565
11565
  });
11566
11566
  };
11567
11567
  const validate = (field) => {
11568
- const opt = componentOptions.value || [];
11568
+ const opt = _.cloneDeep(componentOptions.value || []);
11569
11569
  let schema = create$3();
11570
11570
  const obj = [];
11571
11571
  const formObj = {};
@@ -11669,8 +11669,8 @@ const _sfc_main$v = defineComponent({
11669
11669
  opt[index2].errMessage = e == null ? void 0 : e.message;
11670
11670
  }
11671
11671
  });
11672
- componentOptions.value = _.cloneDeep(opt);
11673
11672
  }
11673
+ componentOptions.value = _.cloneDeep(opt);
11674
11674
  });
11675
11675
  });
11676
11676
  };