form清空表单
const handleClear = (index: any) => {
form.setFieldsValue({
[`overlayLength-${index}`]: null,
[`layers-${index}`]: null,
[`colorId-${index}`]: null,
[`batchCode-${index}`]: null,
[`clothLength-${index}`]: null,
})
}
前端项目实战175-ant design form清空表单
阅读 181
2023-02-10
form清空表单
const handleClear = (index: any) => {
form.setFieldsValue({
[`overlayLength-${index}`]: null,
[`layers-${index}`]: null,
[`colorId-${index}`]: null,
[`batchCode-${index}`]: null,
[`clothLength-${index}`]: null,
})
}
相关推荐
精彩评论(0)