附件上传文件不再插入模版数据

This commit is contained in:
Mr-wang 2023-07-28 17:08:16 +08:00
parent 5c42d24f2e
commit eaba833a02

View File

@ -508,25 +508,6 @@ function addFile(callback) { //开始上传params参考引用
}
});
var params_data = {
"pl_uuid": pl_uuid,
"shape_uuid": shape_uuid
}
jQuery.ajax({
type: "POST",
url: "./jd?sid=" + encodeURIComponent(sid) + "&cmd=com.awspaas.apps.coe.pal.output.zd.UpFileExcelAndPptController.upfile",
data: params_data,
success: function(msg) {
var dataJson = msg.data;
if (msg.result == "ok") {
} else {
}
}
});
}
//获取选中图形的文件数组