添加零时表单的移除
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user