zhoulisen hace 5 años
padre
commit
61aebd3b48
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/channel/newCustomer/index.jsx

+ 1
- 1
src/pages/channel/newCustomer/index.jsx Ver fichero

@@ -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