Browse Source

修复视图添加列的时候可能报错的问题

unknown 5 năm trước cách đây
mục cha
commit
4911bcfc70

+ 1 - 1
o2web/source/x_component_query_ViewDesigner/View.js

@@ -1795,7 +1795,7 @@ MWF.xApplication.query.ViewDesigner.View.Actionbar = new Class({
             "onRequestFailure": function(xhr){
             "onRequestFailure": function(xhr){
                 this.view.designer.notice(xhr.responseText, "error");
                 this.view.designer.notice(xhr.responseText, "error");
             }.bind(this)
             }.bind(this)
-        }, false);
+        });
     },
     },
     setTemplateStyles: function(styles){
     setTemplateStyles: function(styles){
         this.json.style = styles.style;
         this.json.style = styles.style;