提交 981a924b 编写于 作者: 蔡祥熠

Merge branch 'fix/o2Identity_set_lazyload' into 'develop'

Merge of fix/[流程管理]o2identity设置成懒加载 to develop

See merge request o2oa/o2oa!1236
......@@ -7,7 +7,7 @@ o2.widget.O2Identity = new Class({
options: {
"style": "default",
"canRemove": false,
"lazy": false,
"lazy": true,
"disableInfor" : false
},
initialize: function(data, container, options){
......@@ -48,7 +48,7 @@ o2.widget.O2Identity = new Class({
}.bind(this));
}
if( !this.options.disableInfor ){
if( !this.options.disableInfor && !layout.mobile){
if (!this.options.lazy ){
this.createInforNode(function(){
this.fireEvent("loadedInfor", [this]);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册