Commit cfccdf5c68a71dd526282bd8d3897cb9bd456777
1 parent
586338a6
v1.9 修复业务受理页面部分bug
Showing
2 changed files
with
3 additions
and
3 deletions
src/views/community/communityManageList.vue
| ... | ... | @@ -143,7 +143,7 @@ export default { |
| 143 | 143 | this.communityManageInfo.records = res.records |
| 144 | 144 | this.communityManageInfo.communitys = res.communitys |
| 145 | 145 | this.dealCommunityAttr(res.communitys) |
| 146 | - this.pagination.total = res.records | |
| 146 | + this.pagination.total = res.total | |
| 147 | 147 | }).catch(error => { |
| 148 | 148 | console.error('请求失败处理', error) |
| 149 | 149 | }) | ... | ... |