antd 上传组件 upload 上传文件时,不断更新上传 status 返回的值 handleUpload=(data)=>{ const fileList=data.fileList; this.setState({// 上传文件一直监听 status fileList, })}