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