فهرست منبع

查询中增加视图功能

unknown 5 سال پیش
والد
کامیت
f742a69e72
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      o2web/source/x_component_query_StatementDesigner/widget/ViewFilter.js

+ 1 - 1
o2web/source/x_component_query_StatementDesigner/widget/ViewFilter.js

@@ -226,7 +226,7 @@ MWF.xApplication.query.StatementDesigner.widget.ViewFilter = new Class({
             var d = this.statementData;
             var field = option.retrieve("field");
             if( field ){
-                this.titleInput.set("value", field.description || field.name);
+                this.titleInput.set("value", (field.description || field.name).replace(/\./g,""));
                 if( field.name ){
                     var path = this.pathInput.get("value");
                     if( path.indexOf(".") > -1 ){