提交 a0ada17b 编写于 作者: U unknown

修复选择组织搜索的时候出现全选框的问题

上级 a923dc1f
......@@ -852,7 +852,7 @@ MWF.xApplication.Selector.Unit.Item = new Class({
MWF.xApplication.Selector.Unit.SearchItem = new Class({
Extends: MWF.xApplication.Selector.Unit.Item,
load : function(){
this.loadForNormal();
this.loadForNormal(true);
},
_getShowName: function(){
return this.data.levelName || this.data.name;
......
......@@ -304,7 +304,7 @@ MWF.xApplication.Selector.UnitWithType.SearchItem = new Class({
//Extends: MWF.xApplication.Selector.Unit.Item,
Extends: MWF.xApplication.Selector.UnitWithType.Item,
load : function(){
this.loadForNormal();
this.loadForNormal(true);
},
_getShowName: function(){
return this.data.levelName || this.data.name;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册