Authored by qinchao

yoho-search-service发布特殊流程 ui

... ... @@ -333,7 +333,8 @@
if (!data || data.code != 200) {
textAreaAppendYohoSearchService("发布失败");
}else{
returnMessageId = data.data.messageids.split(',')[0];
console.log("buildProjectWithIPs data is "+data.data);
returnMessageId = data.data.split(',')[0];
}
},
error: function (e) {
... ...