zlisen 3 years ago
parent
commit
101105fe37
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      src/pages/customer/Customer/PublicCustomer/index.jsx

+ 0
- 7
src/pages/customer/Customer/PublicCustomer/index.jsx View File

@@ -255,13 +255,6 @@ const PublicCustomer = () => {
255 255
         params={{
256 256
           customerType: 'public',
257 257
         }}
258
-        leftProps={{
259
-          postData: params => {
260
-            console.log('23')
261
-            params.pageNumber = params.pageNum;
262
-            return params;
263
-          },
264
-        }}
265 258
         columns={columns}
266 259
         actionRender={actionRender}
267 260
       />