更新未读公告状态

release
YCC 2 years ago
parent 2775a53bb7
commit ed61822631

@ -17,6 +17,7 @@ function Index() {
useEffect(() => { useEffect(() => {
console.info("notice.useEffect"); console.info("notice.useEffect");
noticeStore.getBulletinList(authStore.login.userId); noticeStore.getBulletinList(authStore.login.userId);
noticeStore.getBulletinUnReadCount(authStore.login.userId); //
}, []); }, []);
return ( return (

Loading…
Cancel
Save