200字范文,内容丰富有趣,生活中的好帮手!
200字范文 > Vue删除当页最后一条数据完毕后不跳转到上一页问题

Vue删除当页最后一条数据完毕后不跳转到上一页问题

时间:2019-05-06 11:56:21

相关推荐

Vue删除当页最后一条数据完毕后不跳转到上一页问题

axios.post(BankAPI.product_listBatch,this.multipleSelection).then(res=>{if(res.data.success){let newPageing = Math.ceil((this.totalNum - this.multipleSelection.length) / this.indiPageSize);//向上取整let currentPage = this.indiPageNum > newPageing ? newPageing : this.indiPageNum;this.indiPageNum = currentPage < 1 ? 1 : currentPage;this.refreshTable()this.$message({type: 'success',message: '删除成功'});}else{// this.$messageutil.errorMessage(res.message || res.error)}

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