添加零时表单的移除

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);
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) {