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