Răsfoiți Sursa

[系统设置]bug修复

st 5 ani în urmă
părinte
comite
72c0840c12
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      o2web/source/x_component_ConfigDesigner/Main.js

+ 1 - 1
o2web/source/x_component_ConfigDesigner/Main.js

@@ -577,7 +577,7 @@ o2.xApplication.ConfigDesigner.Main = new Class({
             function( json ){
                 var nodeList = json.data.nodeList;
                 if(nodeList.length>1){
-                    new Element("option", {"value": "*", "text": "*"}).inject(this.nodeSelect);
+                    new Element("option", {"value": "*", "text": "*"}).inject(this.propertyServerNode);
                 }
                 nodeList.each(function (node) {
                     new Element("option", {