lanjianrong 4 лет назад
Родитель
Сommit
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({
   const [state, setState] = useState({
     loading: false,
     loading: false,
-    message: [],
+    list: [],
     hasMore: false,
     hasMore: false,
     current: 1,
     current: 1,
     pageSize: 15,
     pageSize: 15,