main
kgdxpr 1 year ago
parent d6b40b0d40
commit 11e2e40aa7

@ -787,13 +787,9 @@
$('#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