前端项目实战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-28 19:17  前端导师歌谣  阅读(68)  评论(0)    收藏  举报