dingxin пре 5 година
родитељ
комит
8ec1649baf
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      src/pages/customer/customerlist/index.jsx

+ 1
- 0
src/pages/customer/customerlist/index.jsx Прегледај датотеку

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