@tmagic/form 1.2.1 → 1.2.3

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.
@@ -3160,7 +3160,8 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
3160
3160
  model: props.model,
3161
3161
  formValue: mForm?.values,
3162
3162
  formValues: mForm?.values,
3163
- config: props.config
3163
+ config: props.config,
3164
+ postOptions
3164
3165
  });
3165
3166
  }
3166
3167
  const optionsData = root.split(".").reduce((accumulator, currentValue) => accumulator[currentValue], res);
@@ -3263,7 +3264,8 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
3263
3264
  model: props.model,
3264
3265
  formValue: mForm?.values,
3265
3266
  formValues: mForm?.values,
3266
- config: props.config
3267
+ config: props.config,
3268
+ postOptions
3267
3269
  });
3268
3270
  }
3269
3271
  let initData = (initRoot || root).split(".").reduce((accumulator, currentValue) => accumulator[currentValue], res);