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