1
0
mirror of synced 2025-12-10 11:48:29 +08:00

fix(form): 函数配置中添加config参数

This commit is contained in:
roymondchen
2022-06-15 19:34:41 +08:00
committed by jia000
parent 7c5c4cb4ae
commit eae9725ccb
5 changed files with 25 additions and 3 deletions

View File

@@ -134,6 +134,7 @@ export default defineComponent({
model: props.model,
formValue: mForm?.values,
formValues: mForm?.values,
config: props.config,
}) as Record<string, any>;
}
@@ -163,6 +164,7 @@ export default defineComponent({
model: props.model,
formValue: mForm?.values,
formValues: mForm?.values,
config: props.config,
});
}
@@ -287,6 +289,7 @@ export default defineComponent({
prop: props.prop,
formValues: mForm?.values,
formValue: mForm?.values,
config: props.config,
}),
).then((data) => {
options.value = data;