Silent преди 6 години
родител
ревизия
3222f32c95
променени са 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);
-                $('#location-select').val(input);
+                $('#location-select').val($(input).val());
                 layer.close(index);
             }
         });