zlisen 3 年之前
父節點
當前提交
101105fe37
共有 1 個檔案被更改,包括 0 行新增7 行删除
  1. 0
    7
      src/pages/customer/Customer/PublicCustomer/index.jsx

+ 0
- 7
src/pages/customer/Customer/PublicCustomer/index.jsx 查看文件

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