diff --git a/src/main/webapp/WEB-INF/views/cfg/requestList.jsp b/src/main/webapp/WEB-INF/views/cfg/requestList.jsp index 08ad9d2b6..7d284aaf4 100644 --- a/src/main/webapp/WEB-INF/views/cfg/requestList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/requestList.jsp @@ -117,12 +117,12 @@ -
  • +
  • -
  • -
  • -
  • +
  • +
  • +
  • @@ -155,24 +155,6 @@ $("#searchForm").submit(); return false; } - //确认框 - function confirmx(m,id){ - var submit = function (v, h, f) { - if (v == 'ok'){ - window.location='${ctx}/cfg/request/'+m+"?id="+id; - jBox.tip(v, 'info'); - } - else if (v == 'cancel') - jBox.tip(v, 'info'); - return true; //close - }; - - top.$.jBox.confirm("确定吗?", "提示", submit); - - top.$('.jbox-button-panel').css('height','auto'); - top.$('.jbox-title-panel').css('height','32px'); - top.$('.jbox-content').css('font-size','16px'); - }