提交 f21615f1 编写于 作者: NoSubject's avatar NoSubject

手机端不切换新版办公中心

上级 f174f3df
...@@ -52,7 +52,7 @@ MWF.xApplication.process.TaskCenter.Main = new Class({ ...@@ -52,7 +52,7 @@ MWF.xApplication.process.TaskCenter.Main = new Class({
this.openTab(); this.openTab();
if (callback) callback(); if (callback) callback();
if (!layout.userLayout.gotoWorkcenterConfirm) this.gotoWorkcenterComfirm(); if (layout.userLayout && !layout.userLayout.gotoWorkcenterConfirm && !layout.mobile) this.gotoWorkcenterComfirm();
}, },
gotoWorkcenterComfirm: function(){ gotoWorkcenterComfirm: function(){
var _self = this; var _self = this;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册