summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangwei <[email protected]>2019-04-29 18:18:46 +0800
committerwangwei <[email protected]>2019-04-29 18:18:46 +0800
commit2b57e33d124694d4ad5e0f3eb4fa692394a710f6 (patch)
tree8cd81eb2f825d7d58ec6dd2e3bec302c7be02fb1
parentfa9edae0286d45d5292e9c6570e9f9cb03f3e489 (diff)
添加零时表单的移除
-rw-r--r--src/main/webapp/static/pages/scripts/pageLogs.js3
1 files changed, 2 insertions, 1 deletions
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) {