Commit b9048e4c authored by youjie's avatar youjie

no message

parent 006b5e73
......@@ -2592,7 +2592,7 @@
this.msg.pageIndex == 1
this.getPageList(0, 1)
},
getPageList(t, active,type) {
getPageList(t, active) {
if (active) {
this.total = 0
this.DataList = [];
......@@ -2608,8 +2608,8 @@
} else if (this.hbState) {
this.msg.pageSize = 30;
} else {
if(!type){
this.msg.pageSize = 6;
if(this.msg.pageSize){
this.msg.pageSize = this.msg.pageSize;
}
}
if (this.msg.Status == 0) {
......@@ -3163,7 +3163,7 @@
// 更改每页条数
handleSizeChange(val) {
this.msg.pageSize = val
this.getPageList(null,null,1);
this.getPageList();
},
resetPageIndex() {
// 重置页码
......
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