@ -292,9 +292,9 @@
$.get(url, {area_id: area_id}, function (res) {
console.log(res)
// for (var i = 0; i < res.length; i++) {
// $("#head_option").append('<option data-index="' + res[i].myindex + '" value="' + res[i].id + '">' + res[i].name + '</option>');
// }
for (var i = 0; i < res.length; i++) {
$("#head_option").append('<option value="' + res[i].id + '" res[i].checked>' + res[i].name + '</option>');
}
});