lsc 1 tahun lalu
induk
melakukan
6c7c2dcd99
1 mengubah file dengan 10 tambahan dan 10 penghapusan
  1. 10 10
      js/Desktop/DeskTop.js

+ 10 - 10
js/Desktop/DeskTop.js

@@ -6602,15 +6602,15 @@ U.MD.D.I.openApplicationUpload = function (str, cid, stage, task, tool) {
 
 
 U.MD.D.I.getUploadContent = function (cid, s, task, t, uid, atool, type, iframe) {
-    U.A.Request(US.Config.pbl + "selectWorksDetail2u?uid=" + uid + "&cid=" + cid + "&stage=" + s + "&task=" + task + "&tool=" + t + "&type=" + type + "&atool=" + atool, [], function (res) {
-        if (res.value[0].length > 0) {
-            if(atool == 57){
-                iframe.contentWindow.loadingXml(res.value[0][0].content)
-            }
-        }else{
-            if(atool == 57){
-                iframe.contentWindow.loadingXml()
+    U.A.Request(US.Config.pbl + "selectWorksDetail2u", [uid, cid, s, task, t, type, atool], function (res) {
+            if (res.value[0].length > 0) {
+                if (atool == 57) {
+                    iframe.contentWindow.loadingXml(res.value[0][0].content)
+                }
+            } else {
+                if (atool == 57) {
+                    iframe.contentWindow.loadingXml()
+                }
             }
-        }
-    }, [], { "type": "GET", "withCredentials": true });
+        }, [], { "type": "POST", "withCredentials": true });
 }