$("input[name='unitName']",parent.document).map(function () { if($(this).val() == '${filedName}'){ $(this).parent().next().text("已配置"); console.log($(this).parent().next().text()); } });
$("input[name='unitName']",parent.document).map(function () { if($(this).val() == '${filedName}'){ $(this).parent().next().text("已配置"); console.log($(this).parent().next().text()); } });