提交 b3e903be 编写于 作者: qq_15299447's avatar qq_15299447

SmartBI流程表单增加组件继续修改

上级 98af4461
......@@ -41,19 +41,6 @@
"html": ""
}
},
"size": "", //max, min
"isSizeChange": "y",
"attachmentCount": "0",
"resize": "n",
"listStyle": "", //list, icon, preview
"readonly": "n",
"isUpload": "y",
"isDelete": "y",
"isReplace": "y",
"isDownload": "y",
"toolbarGroupHidden" : [],
"availableListStyles" : ["list","seq","icon","preview"],
"class": "",
"styles": {},
......
......@@ -15,9 +15,6 @@ MWF.xApplication.process.Xform.SmartBI = MWF.APPSmartBI = new Class({
Extends: MWF.APP$Module,
_loadUserInterface: function(){
var resId = this.json.smartbiresource||"none";
if(resId=="" || resId == "none"){
this.node.destroy()
}
if (!this.json.smartbiresource || this.json.smartbiresource==="none") this.node.destroy();
}
});
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册