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