Silent пре 7 година
родитељ
комит
d9ad45daf0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      resources/views/admin/settings/system.blade.php

+ 1 - 1
resources/views/admin/settings/system.blade.php

xqd
@@ -66,7 +66,7 @@ $(function () {
             btn: ['确定'],
             yes: function(index, layer_body) {
                 var input = layer.getChildFrame('#select-position-input', index);
-                console.log($(input[0]).val());
+                $('#location-select').val(input);
             }
         });
     });