@tmagic/form 1.2.2 → 1.2.4
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/tmagic-form.umd.cjs
CHANGED
|
@@ -3163,7 +3163,8 @@
|
|
|
3163
3163
|
model: props.model,
|
|
3164
3164
|
formValue: mForm?.values,
|
|
3165
3165
|
formValues: mForm?.values,
|
|
3166
|
-
config: props.config
|
|
3166
|
+
config: props.config,
|
|
3167
|
+
postOptions
|
|
3167
3168
|
});
|
|
3168
3169
|
}
|
|
3169
3170
|
const optionsData = root.split(".").reduce((accumulator, currentValue) => accumulator[currentValue], res);
|
|
@@ -3266,7 +3267,8 @@
|
|
|
3266
3267
|
model: props.model,
|
|
3267
3268
|
formValue: mForm?.values,
|
|
3268
3269
|
formValues: mForm?.values,
|
|
3269
|
-
config: props.config
|
|
3270
|
+
config: props.config,
|
|
3271
|
+
postOptions
|
|
3270
3272
|
});
|
|
3271
3273
|
}
|
|
3272
3274
|
let initData = (initRoot || root).split(".").reduce((accumulator, currentValue) => accumulator[currentValue], res);
|