forked from huge/frontEnd/hugeOA

liuwh
2020-04-30 f9e9df1e43014e67580ad03dc86854a55673403d
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 || ''
        })
      }
    })
  }