lsc 2 năm trước cách đây
mục cha
commit
d23d774714
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      js/Desktop/DeskTop.js

+ 2 - 1
js/Desktop/DeskTop.js

@@ -575,6 +575,7 @@ U.MD.D.I.openInApplication = function(str, data, screenType, tType) {
         _userid = US.userInfo.userid, //登录用户id
         _userid = US.userInfo.userid, //登录用户id
         _oid = _userinfo.organizeid,
         _oid = _userinfo.organizeid,
         _type = US.userInfo.type,
         _type = US.userInfo.type,
+        _org = US.userInfo.org,
         _classId = US.userInfo.classid;
         _classId = US.userInfo.classid;
     switch (str) {
     switch (str) {
         case "studyDetail":
         case "studyDetail":
@@ -585,7 +586,7 @@ U.MD.D.I.openInApplication = function(str, data, screenType, tType) {
             } else {
             } else {
                 _formdiv = new U.UF.UI.form(
                 _formdiv = new U.UF.UI.form(
                     "项目详情",
                     "项目详情",
-                    $$("iframe", { "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/courseDetail?userid=" + _userid + "&oid=" + _oid + "&courseId=" + data + "&tType=" + tType + "&cid=" + _classId + "&screenType=" + screenType }), {
+                    $$("iframe", { "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/courseDetail?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&courseId=" + data + "&tType=" + tType + "&cid=" + _classId + "&screenType=" + screenType }), {
                         "id": "studyDetail",
                         "id": "studyDetail",
                         "style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
                         "style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
                         "onresize": function() {}
                         "onresize": function() {}