优化逻辑
This commit is contained in:
@@ -533,8 +533,11 @@ export default {
|
||||
if(tab.name=="first"){
|
||||
if(this.currentTabIndex!=null){
|
||||
this. typeChangeFun(this.currentTabIndex);
|
||||
}else {
|
||||
this.ProjectLists();
|
||||
}
|
||||
this.ProjectLists();
|
||||
|
||||
|
||||
}
|
||||
if (tab.name == "second") {
|
||||
if(this.currentTabIndex!=null){
|
||||
|
Reference in New Issue
Block a user