Commit 9f803088 authored by youjie's avatar youjie

no message

parent 7898656f
...@@ -2108,6 +2108,7 @@ export default { ...@@ -2108,6 +2108,7 @@ export default {
err => {} err => {}
); );
}, },
// 切换table栏
getActive(active,Conditon,BOSSBtn){ getActive(active,Conditon,BOSSBtn){
if(this.loading==true){ if(this.loading==true){
this.Error("当前正在请求,请稍后片刻切换!"); this.Error("当前正在请求,请稍后片刻切换!");
...@@ -2115,7 +2116,9 @@ export default { ...@@ -2115,7 +2116,9 @@ export default {
}else{ }else{
this.active = active this.active = active
this.msg.Conditon = Conditon this.msg.Conditon = Conditon
this.BOSSBtn = BOSSBtn?false:true if(BOSSBtn){
this.BOSSBtn = false
}
this.getPageList(0,1) this.getPageList(0,1)
} }
}, },
......
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