Looks like i missed one
这个提交包含在:
父节点
84511beba9
当前提交
7a6e84a52e
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -772,7 +772,7 @@ function convert_case(str) {
|
|||
}
|
||||
|
||||
$('#dxcc_id').on('change', function() {
|
||||
$.getJSON('logbook/jsonentity/' + $(this).val(), function (result) {
|
||||
$.getJSON(base_url + 'index.php/logbook/jsonentity/' + $(this).val(), function (result) {
|
||||
if (result.dxcc.name != undefined) {
|
||||
|
||||
$('#country').val(convert_case(result.dxcc.name));
|
||||
|
|
|
|||
正在加载…
在新工单中引用