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'
                 type = '3'
             } else if (aTool == 6) {
             } else if (aTool == 6) {
                 text = _iframe.contentWindow.$("#U_MD_O_H_wordEditor")[0].innerHTML.escapeQuotes()
                 text = _iframe.contentWindow.$("#U_MD_O_H_wordEditor")[0].innerHTML.escapeQuotes()
-                type = '2'
+                type = '1'
             } else if (aTool == 3) {
             } else if (aTool == 3) {
                 text = await U.MD.D.I.getEditorContent(_iframe);
                 text = await U.MD.D.I.getEditorContent(_iframe);
-                type = '1'
+                type = '2'
             }
             }
             _loading.style.display = 'flex'
             _loading.style.display = 'flex'