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,