解决冲突
This commit is contained in:
parent
ea59a18c5d
commit
6ccc1544c8
|
@ -143,6 +143,7 @@ export default class menu extends React.Component {
|
||||||
allChecked: false,
|
allChecked: false,
|
||||||
tableData: props.tableData,
|
tableData: props.tableData,
|
||||||
Column: props.Column,
|
Column: props.Column,
|
||||||
|
dataTotal:props.dataTotal,
|
||||||
indeterminate: false,
|
indeterminate: false,
|
||||||
pageNum:0,
|
pageNum:0,
|
||||||
pageCount:props.dataCount,
|
pageCount:props.dataCount,
|
||||||
|
@ -559,7 +560,7 @@ export default class menu extends React.Component {
|
||||||
<div className={this.state.pageLoading ? "pagebar hide":"pagebar"} >
|
<div className={this.state.pageLoading ? "pagebar hide":"pagebar"} >
|
||||||
<Pagination data = {
|
<Pagination data = {
|
||||||
{
|
{
|
||||||
count: 25
|
count: this.state.dataTotal
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
onPrevClick = {
|
onPrevClick = {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue