前端新人们,这些知识tips你必须要知道

tsx复制代码const [welfareTypeInstance] = Form.useForm<{ welfareType: string[] }>()

// 给Form.List传值
welfareTypeInstance?.setFieldsValue({
welfareType: welfareIdList,
})

你可能感兴趣的:(前端)