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