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









