antd+react中upload与from结合 2020-06-11 本文已影响0人 园Smile 我看网上大部分的写法是把fileList放到state里面,可我觉得直接用 this.props.form.setFieldsValue({ reportA: fileList }) 更方便