Parcourir la source

修改不展示合同列表

Renxy il y a 2 ans
Parent
commit
1d3c348ef9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/pages/ContractManager/index.jsx

+ 1 - 1
src/pages/ContractManager/index.jsx

@@ -400,7 +400,7 @@ const ConteactManager = (props) => {
           console.log(expanded, record);
           if (expanded) handleQueryChildren({ is_parent: record.id });
         }}
-        pagination={{ ...pagination, onChange: onPageChange }}
+        // pagination={{ ...pagination, onChange: onPageChange }}
       />
       <ContractModal
         detail={detail}