Commit f209068a authored by youjie's avatar youjie

no message

parent 9f803088
...@@ -2110,17 +2110,23 @@ export default { ...@@ -2110,17 +2110,23 @@ export default {
}, },
// 切换table栏 // 切换table栏
getActive(active,Conditon,BOSSBtn){ getActive(active,Conditon,BOSSBtn){
if(this.loading==true){ // if(this.loading==true){
this.Error("当前正在请求,请稍后片刻切换!"); // this.Error("当前正在请求,请稍后片刻切换!");
return // return
}else{ // }else{
// this.active = active
// this.msg.Conditon = Conditon
// if(BOSSBtn){
// this.BOSSBtn = false
// }
// this.getPageList(0,1)
// }
this.active = active this.active = active
this.msg.Conditon = Conditon this.msg.Conditon = Conditon
if(BOSSBtn){ if(BOSSBtn){
this.BOSSBtn = false this.BOSSBtn = false
} }
this.getPageList(0,1) this.getPageList(0,1)
}
}, },
getPageList(t,active) { getPageList(t,active) {
// 获取列表数据 // 获取列表数据
......
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