mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-19 12:09:25 +08:00
feat(form): select config.option.afterRequest添加postOptions
This commit is contained in:
parent
3501a69b2f
commit
4d0b4c3178
@ -152,6 +152,7 @@ const getOptions = async () => {
|
||||
formValue: mForm?.values,
|
||||
formValues: mForm?.values,
|
||||
config: props.config,
|
||||
postOptions,
|
||||
});
|
||||
}
|
||||
|
||||
@ -277,6 +278,7 @@ const getInitOption = async () => {
|
||||
formValue: mForm?.values,
|
||||
formValues: mForm?.values,
|
||||
config: props.config,
|
||||
postOptions,
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -253,6 +253,7 @@ type RemoteSelectOptionRequestFunction = (
|
||||
formValue: any;
|
||||
formValues: any;
|
||||
config: any;
|
||||
postOptions: Record<string, any>;
|
||||
},
|
||||
) => any;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user