傅行帆 5 years ago
parent
commit
8e10c935dd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/activity/SignList.jsx

+ 1
- 1
src/pages/activity/SignList.jsx View File

@@ -75,7 +75,7 @@ const header = (props) => {
75 75
   }
76 76
 
77 77
   const changePageNum = (pageNumber) => {
78
-    getList({ pageNum: pageNumber, pageSize: 10, dynamicId: props.location.query.dynamicId })
78
+    getSignList({ pageNum: pageNumber, pageSize: 10, dynamicId: props.location.query.dynamicId })
79 79
   }
80 80
 
81 81
   const toActivityList = () => {