Explorar o código

[系统设置]bug修复

st %!s(int64=5) %!d(string=hai) anos
pai
achega
72c0840c12
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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", {