Silent преди 7 години
родител
ревизия
15860085e2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      resources/views/admin/settings/system.blade.php

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

xqd
@@ -65,7 +65,7 @@ $(function () {
             content: '/admin/Base/Location/index?location=' + location,
             btn: ['确定'],
             yes: function(index, layer_body) {
-                var input = layer.getChildFrame('#select-position-input', index);
+                var input = layer.getChildFrame('body', index);
                 console.log(input);
             }
         });