forked from nsjcy/frontEnd/nsjcy

liuwh
2020-03-30 8d68b6a1dcdf5008fba6bdac5858d1085a0e63e7
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 || []