报表翻页的bug修复
This commit is contained in:
@@ -408,7 +408,7 @@ export const JeecgListMixin = {
|
||||
})
|
||||
dataSource.push(totalRow)
|
||||
//总数要增加合计的行数,每页都有一行合计,所以总数要加上
|
||||
let size = Math.ceil(this.ipagination.total/this.ipagination.pageSize)
|
||||
let size = Math.ceil(this.ipagination.total/(this.ipagination.pageSize-1))
|
||||
this.ipagination.total = this.ipagination.total + size
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user