提交 c08a2429 编写于 作者: 蔡祥熠

Merge branch 'fix/setting' into 'develop'

Merge of fix/setting 修复系统设置服务部署点击可能无响应问题 to develop

See merge request o2oa/o2oa!698
......@@ -639,18 +639,21 @@ MWF.xApplication.Setting.DisposeExplorer = new Class({
},
loadUIModuleSetting: function(item){
if (MWF.AC.isAdministrator()) {
this.contentAreaNode.empty();
this.uiModuleSetting = new MWF.xApplication.Setting.UIModuleDocument(this, this.contentAreaNode);
item.store("content", this.uiModuleSetting);
}
},
loadServiceModuleSetting: function(item){
if (MWF.AC.isAdministrator()) {
this.contentAreaNode.empty();
this.serviceModuleSetting = new MWF.xApplication.Setting.ServiceModuleDocument(this, this.contentAreaNode);
item.store("content", this.serviceModuleSetting);
}
},
loadResourceModuleSetting: function(item){
if (MWF.AC.isAdministrator()) {
this.contentAreaNode.empty();
this.resourceModuleSetting = new MWF.xApplication.Setting.ResourceModuleDocument(this, this.contentAreaNode);
item.store("content", this.resourceModuleSetting);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册