Explorar el Código

项目报表去掉分页

XuZinan hace 2 años
padre
commit
65da0e62ec
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/pages/PurchaseAdmin/PurchaseList/Report/ProjectTree.js

+ 2 - 1
src/pages/PurchaseAdmin/PurchaseList/Report/ProjectTree.js

@@ -148,7 +148,8 @@ function ProjectTree(props) {
           onExpandedRowsChange,
         }}
         // pagination={projectNew.pagination}
-        onChange={onChangePage}
+        // onChange={onChangePage}
+        pagination={false}
       />
       <ProjectTreeModal data={current} visible={visible} onCancel={() => setVisible(false)} />
     </div>