@@ -1,7 +1,7 @@
<template>
<div class="page-wrap" v-if="total/1.0/pageSize>1">
<el-pagination
- :current-page.sync="current"
+ :current-page.sync="nowPage"
:page-size="pageSize"
layout="prev, pager, next"
:total="total"
@@ -23,7 +23,7 @@
export default {
data () {
return {
- nowPage: this.current
+ nowPage: 1
}
},
watch: {