Explorar el Código

fix: 调整分页字段

ZhaoJun hace 1 año
padre
commit
b2d7750771
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/PurchaseAdmin/PurchaseList/DailyRecord/index.js

+ 1 - 1
src/pages/PurchaseAdmin/PurchaseList/DailyRecord/index.js

@@ -185,7 +185,7 @@ const DailyRecord = props => {
     if (date) {
       params = date;
     }
-    params.page = page;
+    params.currentPage = page;
     params.pageSize = pageSize;
     run(params);
     setPageInfo({ ...pageInfo, current: page, pageSize: pageSize });