forked from huge/frontEnd/hugeOA
src/components/common/NotifyList/index.jsx @@ -25,10 +25,11 @@ fetch({ url: `api/document/getNewNotice` }).then(res => { console.log('res', res); if( res ) { this.setState({ content: res.documentTitle || '' }) } }) }