We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ field: 'typeId', label: '用工类型', component: 'Select', componentProps: { props: { value: 'id', label: 'name' } }, optionApi: async () => { const res = await userUseTypesApi() return res.data || [] } } userUseTypesApi会被连续重复调用3次
The text was updated successfully, but these errors were encountered:
有解决么?
Sorry, something went wrong.
No branches or pull requests
{
field: 'typeId',
label: '用工类型',
component: 'Select',
componentProps: {
props: {
value: 'id',
label: 'name'
}
},
optionApi: async () => {
const res = await userUseTypesApi()
return res.data || []
}
}
userUseTypesApi会被连续重复调用3次
The text was updated successfully, but these errors were encountered: