mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-21 14:30:00 +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,
|
formValue: mForm?.values,
|
||||||
formValues: mForm?.values,
|
formValues: mForm?.values,
|
||||||
config: props.config,
|
config: props.config,
|
||||||
|
postOptions,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -277,6 +278,7 @@ const getInitOption = async () => {
|
|||||||
formValue: mForm?.values,
|
formValue: mForm?.values,
|
||||||
formValues: mForm?.values,
|
formValues: mForm?.values,
|
||||||
config: props.config,
|
config: props.config,
|
||||||
|
postOptions,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -253,6 +253,7 @@ type RemoteSelectOptionRequestFunction = (
|
|||||||
formValue: any;
|
formValue: any;
|
||||||
formValues: any;
|
formValues: any;
|
||||||
config: any;
|
config: any;
|
||||||
|
postOptions: Record<string, any>;
|
||||||
},
|
},
|
||||||
) => any;
|
) => any;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user