SunshineIns/src/page/ApplyForEdit.jsx
@@ -242,7 +242,7 @@ }, fileList: fileList, onDownload: (file) => { Fetch.attachmentDownload(file.id) Fetch.attachmentDownload(file.uid) .then(res => { message.success("下载成功!"); }); @@ -294,7 +294,7 @@ </div> { savedate ? savedate.status ? <div style={{ display: 'flex', justifyContent: 'center' }}> <Button style={{ marginLeft: '15px', width: '150px' }} onClick={this.cancle}>返回</Button> </div>