Commit d819b440 authored by 黄奎's avatar 黄奎
parents e2434cb6 c1423611
...@@ -264,6 +264,7 @@ ...@@ -264,6 +264,7 @@
//获取系列列表 //获取系列列表
getLineTeamList(subItem) { getLineTeamList(subItem) {
if(subItem.LineId>0){
this.apipost("team_post_GetList", { this.apipost("team_post_GetList", {
lineID: subItem.LineId, lineID: subItem.LineId,
isTOOP: 1 isTOOP: 1
...@@ -272,6 +273,9 @@ ...@@ -272,6 +273,9 @@
subItem.LineTeamList = res.data.data; subItem.LineTeamList = res.data.data;
} }
}); });
}else{
subItem.LineTeamList=[];
}
}, },
getLineTeamListTwo(event,subItem){ getLineTeamListTwo(event,subItem){
if(event&&subItem.LineId>0){ if(event&&subItem.LineId>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