Skip to content
New issue

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

Search组件optionApi页面打开后会被连续重复调用3次 #544

Open
brucewuu520 opened this issue Oct 8, 2024 · 1 comment
Open

Comments

@brucewuu520
Copy link

{
field: 'typeId',
label: '用工类型',
component: 'Select',
componentProps: {
props: {
value: 'id',
label: 'name'
}
},
optionApi: async () => {
const res = await userUseTypesApi()
return res.data || []
}
}
userUseTypesApi会被连续重复调用3次

@973257307
Copy link

有解决么?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants