配置取消审核操作时增加来函选择,并展示
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user