Commit 1dd85feb by 兰国旗

laolan

parent 538bae35
...@@ -198,7 +198,6 @@ class UtilsNeedService2 extends AppServiceBase { ...@@ -198,7 +198,6 @@ class UtilsNeedService2 extends AppServiceBase {
} }
} }
//判断易名是否有写接口 //判断易名是否有写接口
let enameFollowContent = [];
if(res && res.stdout == ""){//先判断没有写接口的情况 if(res && res.stdout == ""){//先判断没有写接口的情况
if(result && result.status == 0 && result.data && result.data.followContent){ if(result && result.status == 0 && result.data && result.data.followContent){
for (let i = 0; i < result.data.followContent.length; i++) { for (let i = 0; i < result.data.followContent.length; i++) {
...@@ -208,8 +207,7 @@ class UtilsNeedService2 extends AppServiceBase { ...@@ -208,8 +207,7 @@ class UtilsNeedService2 extends AppServiceBase {
} }
} }
} }
enameFollowContent.push(result.data.followContent); result.data['Data'] = result.data.followContent;
result.data['Data'] = enameFollowContent;
} }
return getResultSuccess(result); return getResultSuccess(result);
}else{//正常易名有查询沟通记录 }else{//正常易名有查询沟通记录
......
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