|
@@ -779,8 +779,10 @@ export default {
|
|
|
|
|
|
if(this.tabKeys==1){
|
|
if(this.tabKeys==1){
|
|
this.treeData=this.TTaccountList
|
|
this.treeData=this.TTaccountList
|
|
- }else{
|
|
|
|
|
|
+ }else if(this.tabKeys==1){
|
|
this.treeData=this.KSaccountList
|
|
this.treeData=this.KSaccountList
|
|
|
|
+ }else{
|
|
|
|
+ console.log('数据出错')
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|