Silent 6 năm trước cách đây
mục cha
commit
388bbf217b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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('body', index);
+                var input = layer.getChildFrame('#select-position-input', index);
                 console.log(input);
             }
         });