forked from nsjcy/frontEnd/nsjcy

liuwh
2020-03-24 f39bc9d667e68526c79387d754e6304a80825ef5
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>