Silent 6 năm trước cách đây
mục cha
commit
15860085e2

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

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