forked from huge/frontEnd/hugeOA

Mr Ke
2020-05-06 5519a3fbaf3e32244641fe9c7d6fe35333fb951e
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 || ''
        })
      }
    })
  }