前端项目实战175-ant design form清空表单

form清空表单

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

posted @ 2022-11-25 08:48  前端导师歌谣  阅读(86)  评论(0)    收藏  举报