|
@@ -458,7 +458,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
_userinfo = US.userInfo, //登录用户信息
|
|
_userinfo = US.userInfo, //登录用户信息
|
|
_userid = obj.userid || US.userInfo.userid, //登录用户id
|
|
_userid = obj.userid || US.userInfo.userid, //登录用户id
|
|
_oid = obj.organizeid || _userinfo.organizeid,
|
|
_oid = obj.organizeid || _userinfo.organizeid,
|
|
- _type = US.userInfo.identity;
|
|
|
|
|
|
+ _type = US.userInfo.type || US.userInfo.identity;
|
|
if (_type == 2 && _oid != "91305d49-01ba-11ed-8c78-005056b86db5") {
|
|
if (_type == 2 && _oid != "91305d49-01ba-11ed-8c78-005056b86db5") {
|
|
switch (str) {
|
|
switch (str) {
|
|
|
|
|