forked from huge/frontEnd/hugeOA

liyj
2020-05-06 40852401907ce5d59171920c1b2db4b23dcc4691
src/components/common/NotifyList/index.jsx
@@ -25,10 +25,11 @@
    fetch({
      url: `api/document/getNewNotice`
    }).then(res => {
      console.log('res', res);
      this.setState({
        content: res.documentTitle || ''
      })
      if( res ) {
        this.setState({
          content: res.documentTitle || ''
        })
      }
    })
  }