zhoulisen 5 years ago
parent
commit
61aebd3b48
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/channel/newCustomer/index.jsx

+ 1
- 1
src/pages/channel/newCustomer/index.jsx View File

@@ -160,7 +160,7 @@ const qrcodelist = props => {
160 160
 
161 161
 
162 162
     const changePageNum = pageNumber => {
163
-        getList({ pageNum: pageNumber, pageSize: 10, ...props.form.getFieldsValue() })
163
+        getList({ pageNum: pageNumber, pageSize: 10, ...props.form.getFieldsValue(), startDate, endDate })
164 164
     }
165 165
 
166 166