feat(form): select config.option.afterRequest添加postOptions
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user