dingxin 5 years ago
parent
commit
8ec1649baf
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/pages/customer/customerlist/index.jsx

+ 1
- 0
src/pages/customer/customerlist/index.jsx View File

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