提交 857e7e3f 编写于 作者: U unknown

修复查询语句操作条的问题

上级 8558ffa6
......@@ -1999,7 +1999,8 @@ MWF.xApplication.query.ViewDesigner.View.Actionbar = new Class({
this.toolbarWidget.load();
this._setEditStyle_custom("hideSystemTools");
}else{
MWF.getJSON(this.path+"toolbars.json", function(json){
// MWF.getJSON(this.path+"toolbars.json", function(json){
MWF.getJSON(this.getJsonPath(), function(json){
this.json.multiTools = json.map( function (d) { d.system = true; return d; });
if (this.json.tools){
this.json.multiTools = this.json.multiTools.concat( this.json.tools )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册