diff --git a/src/main/webapp/static/pages/scripts/pageLogs.js b/src/main/webapp/static/pages/scripts/pageLogs.js index a0438664b..5077940a8 100644 --- a/src/main/webapp/static/pages/scripts/pageLogs.js +++ b/src/main/webapp/static/pages/scripts/pageLogs.js @@ -120,7 +120,7 @@ function aJaxImportPost(url, params) { // 设置form属性 temp_form .action = url; temp_form .target = "_self"; - temp_form .method = "post"; R + temp_form .method = "post"; temp_form .style.display = "none"; // 处理需要传递的参数 for (var x in params) {