Commit f796b187 by 兰国旗

laolan

parent 2ead0563
......@@ -199,7 +199,7 @@ class UtilsNeedService2 extends AppServiceBase {
console.log('ename--res--',res)
//判断易名是否有写接口
// let enameFollowContent = [];
if(res && res.stdout == ""){//先判断没有写接口的情况
if(res && res.status == 0 && res.data && res.data.stdout == ""){//先判断没有写接口的情况
if(result && result.status == 0 && result.data){
if(result.data.followContent[0].indexOf('提交方案') > -1){
result.data.followContent.splice(result.data.followContent[0].indexOf('提交方案'),1);
......
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