|
@@ -1153,8 +1153,11 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
_role = US.userInfo.role,
|
|
_role = US.userInfo.role,
|
|
_classId = US.userInfo.classid,
|
|
_classId = US.userInfo.classid,
|
|
_TscreenType = 1
|
|
_TscreenType = 1
|
|
- _screenType = 2,
|
|
|
|
|
|
+ _screenType = 2,
|
|
_SscreenType = 3;
|
|
_SscreenType = 3;
|
|
|
|
+ if(str == 'my' && _type == 2 && _oid == "69893dca-1d47-11ed-8c78-005056b86db5"){
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
if (_type == 2 && _oid != "91305d49-01ba-11ed-8c78-005056b86db5") {
|
|
if (_type == 2 && _oid != "91305d49-01ba-11ed-8c78-005056b86db5") {
|
|
switch (str) {
|
|
switch (str) {
|
|
|
|
|