@ -29,7 +29,7 @@
</template>
</el-table-column>
</el-table>
<el-pagination background layout="prev, pager, next" small :total="total" style="text-align: right;"
<el-pagination background layout="prev, pager, next" small :current-page="current" :total="total" style="text-align: right;"
@current-change="currentChange">
</el-pagination>
</div>
@ -117,6 +117,7 @@ export default {
this.getData()
},
change() {
this.current = 1
onClose() {
@ -108,7 +108,8 @@ export default {
this.current = v