dingxin hace 5 años
padre
commit
8ec1649baf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/pages/customer/customerlist/index.jsx

+ 1
- 0
src/pages/customer/customerlist/index.jsx Ver fichero

@@ -112,6 +112,7 @@ function body(props) {
112 112
 
113 113
   function handleReset() {
114 114
     props.form.resetFields();
115
+    getList({ pageNumber: 1, pageSize: 10, customerType })
115 116
   }
116 117
 
117 118