300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > Ant Design Vue1.7.8分页a-table分页pagination

Ant Design Vue1.7.8分页a-table分页pagination

时间:2019-12-21 04:32:49

相关推荐

Ant Design Vue1.7.8分页a-table分页pagination

1. html页面

:pagination="{ ...pagination, current }"

@change="handlePageChange"

2.列表数据

/**抖音下单默认旅行社列表 */

getAgents () {

getAgentsData({ page: this.current }).then(res => {

this.travelAgencyList=res.data.list

this.travelAgency=res.data

})

},

3.分页切换

/**分页 */

handlePageChange ({ current }) {

this.current=current

this.getAgents()

},

代码示例:

<template><a-modal destroyOnClose v-model="visibility" :title="`抖音下单默认旅行社`" :footer="null" width="1006px&

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。