lsc 2 years ago
parent
commit
4348b4dedd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/Office/Word/Word.js

+ 1 - 1
js/Office/Word/Word.js

@@ -627,7 +627,7 @@ U.MD.O.W.copyText = function (target) {
     });
     });
 }
 }
 
 
-U.MD.O.W.getWork = function (cid, s, task, t, uid) {
+U.MD.O.W.getWork = async function (cid, s, task, t, uid) {
     U.A.Request(US.Config.pbl + "selectWord?uid=" + uid + "&cid=" + cid + "&s=" + s + "&task=" + task + "&t=" + t, [], function (res) {
     U.A.Request(US.Config.pbl + "selectWord?uid=" + uid + "&cid=" + cid + "&s=" + s + "&task=" + task + "&t=" + t, [], function (res) {
         if (res.value[0].length > 0) {
         if (res.value[0].length > 0) {
             US.wordRoomInfo = res.value[0][0];
             US.wordRoomInfo = res.value[0][0];