Commit e7390ecc by wangling

智侦导图链接参数判空

parent cb9a9a25
......@@ -165,6 +165,9 @@ function toZzdt(objectType,bshm,asjbh,typeNum){
}
//并调用网安获取轨迹数据接口
getWaInterData(asjbh,objectType,bshm,cxrjh,cxrSfzh,djsj);
if(asjbh == "" || !asjbh ){
asjbh = "时空大数据作战分析";
}
if (typeNum == "1"){//身份证号
var type="kyryxxOnly";
Post(naotuPath+'/naotu/asjxx',{type:type,asjbh:asjbh ,cxrSfzh:cxrSfzh,cxrJh:cxrjh,xyrSfzh:bshm,fxsj:djsj,sourceType:"result"});
......
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