diff --git a/src/views/components/myPagination/index.vue b/src/views/components/myPagination/index.vue index 9bfe050..5718ef4 100644 --- a/src/views/components/myPagination/index.vue +++ b/src/views/components/myPagination/index.vue @@ -63,12 +63,12 @@ export default { // } else if ( this.total > - this.current * this.size + this.pageNum * this.pageSize ) { - return this.current * this.size; + return this.pageNum * this.pageSize; } else if ( - this.total < this.current * this.size || - this.total == this.current * this.size + this.total < this.pageNum * this.pageSize || + this.total == this.pageNum * this.pageSize ) { return this.total; } diff --git a/src/views/yingji/enforcing.vue b/src/views/yingji/enforcing.vue index 3efe73e..251d401 100644 --- a/src/views/yingji/enforcing.vue +++ b/src/views/yingji/enforcing.vue @@ -23,9 +23,9 @@
区划:
- - - + +
@@ -83,8 +83,8 @@ header-align="center" > - - +