码迷,mamicode.com
首页 > 其他好文 > 详细

2020年8月18日

时间:2020-08-20 19:18:50      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:bsp   lse   select   批量   current   batch   mpp   分页显示   ati   

  1.解决批量删除超过当前页数据10,分页显示无法回到第一页的bug

  getPeople(){

    

  }

  batchDelete(ids:any){

    ...

    let tmp = this.selectedRowKeys.length

    let tmpPage = 1

    if(tmp<this.data.length){

      tmpPage = this.pagination.current == 1? 1 : this.pagination.current

    }else{

      tmpPage = this.pagination.current - 1

    

    getPeople({current: tmpPage}) 

    this.selectedRowKeys = []  

  }

 

2020年8月18日

标签:bsp   lse   select   批量   current   batch   mpp   分页显示   ati   

原文地址:https://www.cnblogs.com/hustxychen/p/13525310.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!