From eaba833a0255255f282bcfcd074406b1f811a4ed Mon Sep 17 00:00:00 2001 From: Mr-wang Date: Fri, 28 Jul 2023 17:08:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=84=E4=BB=B6=E4=B8=8A=E4=BC=A0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=8D=E5=86=8D=E6=8F=92=E5=85=A5=E6=A8=A1=E7=89=88?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/coe.pal.pl.upfile.js | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.pl.upfile.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.pl.upfile.js index 501a2a97..275c90d9 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.pl.upfile.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.pl.upfile.js @@ -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 { - } - - } - }); - } //获取选中图形的文件数组