main
kgdxpr 1 year ago
parent d6b40b0d40
commit 11e2e40aa7

@ -785,15 +785,11 @@
$('#div_xxms').empty(); $('#div_xxms').empty();
$('#div_xxms').html(res.xx_ms); $('#div_xxms').html(res.xx_ms);
} }
var selectCount = $('#div_xxldjy').find('select').length;
console.log('div_xxldjy下的select元素的数量是: ' + selectCount);
$('#div_xxldjy').find('select').each(function (index) { $('#div_xxldjy').find('select').each(function (index) {
console.log(index); console.log(index);
$(this).val('xx_ldjyqt'); $(this).val('xx_ldjyqt');
}); });
form.render(); form.render();

Loading…
Cancel
Save