diff --git a/src/main/webapp/WEB-INF/tags/sys/delRow.tag b/src/main/webapp/WEB-INF/tags/sys/delRow.tag index b93f99a2f..b0a07b7b9 100644 --- a/src/main/webapp/WEB-INF/tags/sys/delRow.tag +++ b/src/main/webapp/WEB-INF/tags/sys/delRow.tag @@ -242,24 +242,6 @@ function cancelPassOpt(url){ }); } } - if(canCancel){ - //查询证书是否被拦截策略引用 - if(compileIds.length > 0){ - $.ajax({ - type:'post', - url:'${ctx}/proxy/intercept/strateagy/ajaxKeyinfIsUsed', - data:{"compileIds":compileIds.join(',')}, - async:false, - success:function(data){//处理返回结果 - if(data == false){ - top.$.jBox.tip(''); - canCancel=data; - } - } - }); - } - } - if(canCancel){ doAll(checkboxes,url); }