From 32e2977ea486abc70546eb4918ea3e3526543a74 Mon Sep 17 00:00:00 2001 From: zhanghongqing Date: Tue, 8 Jan 2019 10:44:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=AF=BC=E5=87=BA=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E7=9A=84=E6=97=A0=E7=94=A8=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/pages/scripts/pageLogs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {