Commit b9048e4c authored by youjie's avatar youjie

no message

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