0
点赞
收藏
分享

微信扫一扫

前端项目实战230-ant design 5.0动态回显

const handleClear = (index: any) => {
form.setFieldsValue({
[`overlayLength-${index}`]: null,
[`layers-${index}`]: null,
[`colorId-${index}`]: null,
[`batchCode-${index}`]: null,
[`clothLength-${index}`]: null,
})
}



举报

相关推荐

0 条评论