Jelajahi Sumber

Merge branch 'fix/Process.org_combox_execption' into 'develop'

Merge of fix/【流程管理】修复选人combox下拉列表可能隐藏的问题 to develop

See merge request o2oa/o2oa!1415
蔡祥熠 5 tahun lalu
induk
melakukan
7d2fdac08c
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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;
         this.node = node;
     },
     },
     _loadNodeInputEdit: function(){
     _loadNodeInputEdit: function(){
+        debugger;
+        this.node.setStyle("overflow","visible");
         var input=null;
         var input=null;
         MWF.require("MWF.widget.Combox", function(){
         MWF.require("MWF.widget.Combox", function(){
             this.combox = input = new MWF.widget.Combox({
             this.combox = input = new MWF.widget.Combox({