前端项目实战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,
        })
    }

posted @ 2022-12-23 10:11  前端导师歌谣  阅读(36)  评论(0)    收藏  举报