gx_tieta/WebRoot/mobil/wapprovalBatt.html
@@ -248,6 +248,7 @@ // 通过审批请求 function exBattGroupAjax(data) { // 请求后台 loadshow(); $.ajax({ type: 'post' ,async: true @@ -258,9 +259,11 @@ var rs = JSON.parse(res.result); // console.log(rs); if(rs.code == 1) { loadclose(); alert("确认审核成功"); window.location.href="wapprovalBatt-index.html"; }else { loadclose(); alert('确认审核失败!'); } }