Silent 6 年之前
父節點
當前提交
1a05ac6483
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      resources/views/admin/settings/system.blade.php

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

xqd
@@ -67,6 +67,7 @@ $(function () {
             yes: function(index, layer_body) {
                 var input = layer.getChildFrame('#select-position-input', index);
                 $('#location-select').val(input);
+                layer.close(index);
             }
         });
     });