|
@@ -90,8 +90,9 @@ class ModalAttribution extends React.Component {
|
90
|
90
|
// 分页
|
91
|
91
|
onChange(pageNum) {
|
92
|
92
|
console.log(this.state.visibleData.buildingName,"222222222222222222222222")
|
|
93
|
+ this.getList({ pageNumber: pageNum, pageSize: 5, buildingId: this.state.visibleData.buildingName ||this.props.visibleData.buildingId})
|
93
|
94
|
|
94
|
|
- this.getUserList({ pageNumber: pageNum, pageSize: 5, buildingId: this.state.visibleData.buildingName })
|
|
95
|
+ // this.getUserList({ pageNumber: pageNum, pageSize: 5, buildingId: this.state.visibleData.buildingName })
|
95
|
96
|
}
|
96
|
97
|
|
97
|
98
|
// 提交
|