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
         params={{
255
         params={{
256
           customerType: 'public',
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
         columns={columns}
258
         columns={columns}
266
         actionRender={actionRender}
259
         actionRender={actionRender}
267
       />
260
       />