提交 202ba0d8 编写于 作者: U unknown

修复组织管理新建人员某些情况报错的问题

上级 6a283db5
......@@ -264,7 +264,6 @@ MWF.xApplication.Org.List.Item = new Class({
input.focus();
input.addEvents({
"blur": function(){
debugger;
var value = this.get("value");
if (value){
if (typeOf(attr)==="object"){
......
......@@ -157,7 +157,7 @@ MWF.xApplication.Org.PersonExplorer.PersonContent = new Class({
},
_loadContent: function(){
this._listBaseInfor();
if( this.data.id ){
if( this.data && this.data.id ){
this._listAttribute();
this._listIdentity();
this._listRole();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册