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

+ 2 - 2
js/Desktop/DeskTop.js

@@ -4644,10 +4644,10 @@ U.MD.D.I.openApplicationYu = function (str, cid, stage, task, tool) {
                 type = '3'
             } else if (aTool == 6) {
                 text = _iframe.contentWindow.$("#U_MD_O_H_wordEditor")[0].innerHTML.escapeQuotes()
-                type = '2'
+                type = '1'
             } else if (aTool == 3) {
                 text = await U.MD.D.I.getEditorContent(_iframe);
-                type = '1'
+                type = '2'
             }
             _loading.style.display = 'flex'