|
@@ -175,12 +175,11 @@ export default {
|
|
|
// 当情况满足时,表示数据不满足分页大小,关闭 table 分页功能
|
|
|
try {
|
|
|
if ((['auto', true].includes(this.showPagination) && r.count <= (r.pageNo * this.localPagination.pageSize))) {
|
|
|
- this.localPagination.hideOnSinglePage = true
|
|
|
+ // this.localPagination.hideOnSinglePage = true
|
|
|
}
|
|
|
} catch (e) {
|
|
|
this.localPagination = false
|
|
|
}
|
|
|
- console.log('loadData -> this.localPagination', this.localPagination)
|
|
|
this.localDataSource = list // 返回结果中的数组数据
|
|
|
this.localLoading = false
|
|
|
})
|