lanjianrong 4 년 전
부모
커밋
a51e36e88e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/Hr/Notification/index.jsx

+ 1 - 1
src/pages/Hr/Notification/index.jsx

@@ -19,7 +19,7 @@ const Notification = () => {
   }
   const [state, setState] = useState({
     loading: false,
-    message: [],
+    list: [],
     hasMore: false,
     current: 1,
     pageSize: 15,