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