Commit 0ad476d8 authored by anxixi's avatar anxixi

问题修改

parent cac49623
......@@ -254,10 +254,12 @@
// 分页导航
handleCurrentChange(val) {
this.cur_page = val;
this.userlistget();
},
//设置个数
handleSizeChange(val) {
this.numberData = val;
this.userlistget();
},
userlistget(){
let params = {
......@@ -274,7 +276,7 @@
if(response.code == 0) {
if(response.result.records){
this.registerlist = response.result.records;
this.totalListResult = response.result.pages;
this.totalListResult = response.result.total;
if(response.result.records.length >0){
this.isbtn = false;
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment