|
@@ -5777,7 +5777,11 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
}else if(str == "futureClass"){
|
|
}else if(str == "futureClass"){
|
|
_str = "cocoNote"
|
|
_str = "cocoNote"
|
|
}
|
|
}
|
|
- U.MD.D.addOp3('1', "", { type: _str+'Open' }, "success")
|
|
|
|
|
|
+ try {
|
|
|
|
+ U.MD.D.addOp3('1', "", { type: _str+'Open' }, "success")
|
|
|
|
+ } catch (error) {
|
|
|
|
+ console.log(error);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
if (_type == 2 && _oid != "91305d49-01ba-11ed-8c78-005056b86db5") {
|
|
if (_type == 2 && _oid != "91305d49-01ba-11ed-8c78-005056b86db5") {
|
|
switch (str) {
|
|
switch (str) {
|