去掉导出方法的无用代码

This commit is contained in:
zhanghongqing
2019-01-08 10:44:30 +08:00
parent 2c0ab8687b
commit 32e2977ea4

View File

@@ -120,7 +120,7 @@ function aJaxImportPost(url, params) {
// 设置form属性 // 设置form属性
temp_form .action = url; temp_form .action = url;
temp_form .target = "_self"; temp_form .target = "_self";
temp_form .method = "post"; R temp_form .method = "post";
temp_form .style.display = "none"; temp_form .style.display = "none";
// 处理需要传递的参数 // 处理需要传递的参数
for (var x in params) { for (var x in params) {