配置取消审核操作时增加来函选择,并展示

This commit is contained in:
zhanghongqing
2018-10-22 21:27:08 +08:00
parent 03b63b1709
commit 554a6a5ea5
54 changed files with 142 additions and 1185 deletions

View File

@@ -3,7 +3,7 @@ $(function(){
$("#contentTable").not(".logTb").find("tbody tr").each(function(i){
if($(this).find("input[type='checkbox']").attr("value")==3){
var ids = $(this).find("span").attr("cfgId");
var ids = $(this).find("input").attr("id");
var resetLeff =$(this).find("span[class~='le-ca-fo']");
var indexTableName = $("#contentTable tbody tr td span[class~='le-ca-fo']").attr("indexTable");
var pathName=window.document.location.pathname.substring(0,window.document.location.pathname.lastIndexOf("/nis")+4);