From 2b57e33d124694d4ad5e0f3eb4fa692394a710f6 Mon Sep 17 00:00:00 2001 From: wangwei Date: Mon, 29 Apr 2019 18:18:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=9B=B6=E6=97=B6=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E7=9A=84=E7=A7=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/pages/scripts/pageLogs.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/static/pages/scripts/pageLogs.js b/src/main/webapp/static/pages/scripts/pageLogs.js index a6e22ae4d..990c520a2 100644 --- a/src/main/webapp/static/pages/scripts/pageLogs.js +++ b/src/main/webapp/static/pages/scripts/pageLogs.js @@ -148,7 +148,8 @@ function aJaxImportPost(url, params) { elink.href = URL.createObjectURL(blob); document.body.appendChild(elink); elink.click(); - document.body.removeChild(elink); + document.body.removeChild(elink); + document.body.removeChild(temp_form); }; xmlResquest.onreadystatechange = function() { if (xmlResquest.readyState==4) {