附件上传文件不再插入模版数据
This commit is contained in:
parent
5c42d24f2e
commit
eaba833a02
@ -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 {
|
||||
}
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
//获取选中图形的文件数组
|
||||
|
||||
Loading…
Reference in New Issue
Block a user