添加零时表单的移除

This commit is contained in:
wangwei
2019-04-29 18:18:46 +08:00
parent fa9edae028
commit 2b57e33d12

View File

@@ -148,7 +148,8 @@ function aJaxImportPost(url, params) {
elink.href = URL.createObjectURL(blob); elink.href = URL.createObjectURL(blob);
document.body.appendChild(elink); document.body.appendChild(elink);
elink.click(); elink.click();
document.body.removeChild(elink); document.body.removeChild(elink);
document.body.removeChild(temp_form);
}; };
xmlResquest.onreadystatechange = function() { xmlResquest.onreadystatechange = function() {
if (xmlResquest.readyState==4) { if (xmlResquest.readyState==4) {