瀏覽代碼

修复设置个人汇报对象时出错的问题

huqi 5 年之前
父節點
當前提交
d3ded64334
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      o2web/source/x_component_Org/PersonExplorer.js

+ 1 - 1
o2web/source/x_component_Org/PersonExplorer.js

@@ -687,7 +687,7 @@ MWF.xApplication.Org.PersonExplorer.PersonContent.BaseInfor = new Class({
             MWF.xDesktop.requireApp("Selector", "package", function(){
                 var options = {
                     "type": "person",
-                    "values": [this.data.superior],
+                    "values": (this.data.superior) ? [this.data.superior] : [],
                     "count": 1,
                     "onComplete": function(items){
                         this.data.superior = items[0].data.distinguishedName;