ソースを参照

修复选人输入框下拉列表可能隐藏的问题

unknown 5 年 前
コミット
8a26abb2ea
1 ファイル変更2 行追加0 行削除
  1. 2 0
      o2web/source/x_component_process_Xform/Org.js

+ 2 - 0
o2web/source/x_component_process_Xform/Org.js

@@ -566,6 +566,8 @@ MWF.xApplication.process.Xform.Org = MWF.APPOrg =  new Class({
         this.node = node;
     },
     _loadNodeInputEdit: function(){
+        debugger;
+        this.node.setStyle("overflow","visible");
         var input=null;
         MWF.require("MWF.widget.Combox", function(){
             this.combox = input = new MWF.widget.Combox({