lsc 1 年之前
父節點
當前提交
84a86eb891
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      js/Desktop/DeskTop.js

+ 3 - 3
js/Desktop/DeskTop.js

@@ -3104,7 +3104,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
 
                 _formdiv = new U.UF.UI.form(
                     "学生管理",
-                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/student?userid=" + _userid + "&oid=" + _oid + "&cid=" + _classId + "&org=" + _org }), {
+                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/student?userid=" + _userid + "&oid=" + _oid + "&cid=" + _classId + "&org=" + _org + "&role=" + _role }), {
                         "id": "student",
                         "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
                         "onresize": function() {}
@@ -3133,7 +3133,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
                     "目标管理",
                     $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/evaluation?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
                         "id": "sys",
-                        "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
+                        "style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
                         "onresize": function() {}
                     }, {
                         closecallback: function() {}
@@ -3558,7 +3558,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
                     "目标管理",
                     $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/evaluation?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
                         "id": "sys",
-                        "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
+                        "style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
                         "onresize": function() {}
                     }, {
                         closecallback: function() {}