lsc 1 년 전
부모
커밋
f91c084a1b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      js/Desktop/DeskTop.js

+ 1 - 1
js/Desktop/DeskTop.js

@@ -6602,7 +6602,7 @@ 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 + "selectWorksDetail2-u?uid=" + uid + "&cid=" + cid + "&stage=" + s + "&task=" + task + "&tool=" + t + "&type=" + type + "&atool=" + atool, [], function (res) {
+    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)