Commit 0a66b416 authored by youjie's avatar youjie

no message

parent f6897264
...@@ -2117,10 +2117,16 @@ export default { ...@@ -2117,10 +2117,16 @@ export default {
if(BOSSBtn){ if(BOSSBtn){
this.BOSSBtn = false this.BOSSBtn = false
} }
this.msg.pageIndex==1
this.getPageList(0,1) this.getPageList(0,1)
}, },
getPageList(t,active) { getPageList(t,active) {
if(active){
this.total = 0
this.DataList = [];
this.msg.pageIndex = 1
this.isTerminate++ this.isTerminate++
}
// 获取列表数据 // 获取列表数据
this.loading = true; this.loading = true;
this.checkAllList = []; this.checkAllList = [];
...@@ -2137,11 +2143,6 @@ export default { ...@@ -2137,11 +2143,6 @@ export default {
} else { } else {
this.checkboxShow = false; this.checkboxShow = false;
} }
if(active){
this.total = 0
this.DataList = [];
this.msg.pageIndex = 1
}
if (!this.msg.ClientID) this.msg.ClientID = 0; if (!this.msg.ClientID) this.msg.ClientID = 0;
if (!this.msg.ClientType) this.msg.ClientType = 0; if (!this.msg.ClientType) this.msg.ClientType = 0;
if (!this.msg.CurrencyId) this.msg.CurrencyId = 0; if (!this.msg.CurrencyId) this.msg.CurrencyId = 0;
......
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