From c2b33847f9df9c350af10a7688cef65f5786c976 Mon Sep 17 00:00:00 2001 From: wangxin Date: Mon, 28 Jan 2019 22:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=87=8D=E5=A4=8D=E7=9A=84aj?= =?UTF-8?q?axKeyinfIsUsed=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/tags/sys/delRow.tag | 18 ------------------ 1 file changed, 18 deletions(-) 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); }