SunshineIns/src/page/ArticleEidt.jsx
@@ -46,7 +46,7 @@ this.setState({ savedate: res, selectedRow: res.companyList || [], fileList: res.attachments || [], fileList: res.attachments ? res.attachments.map((item, index) => ({ uid: item.uid, id: item.uid, name: item.name, status: 'done', url: domain + `api/v1/attachment/downloadDisk/${item.uid}?online=false` })) : [], cover: res.cover || [], editorState: BraftEditor.createEditorState(res.content), dateSource: res.channelList || []