dingxin 5 anos atrás
pai
commit
8ec1649baf
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      src/pages/customer/customerlist/index.jsx

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

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