const handleClear = (index: any) => {
form.setFieldsValue({
[`overlayLength-${index}`]: null,
[`layers-${index}`]: null,
[`colorId-${index}`]: null,
[`batchCode-${index}`]: null,
[`clothLength-${index}`]: null,
})
}
前端项目实战230-ant design 5.0动态回显
阅读 76
2022-12-31
const handleClear = (index: any) => {
form.setFieldsValue({
[`overlayLength-${index}`]: null,
[`layers-${index}`]: null,
[`colorId-${index}`]: null,
[`batchCode-${index}`]: null,
[`clothLength-${index}`]: null,
})
}
相关推荐
精彩评论(0)