提交 6f85e60c 编写于 作者: NoSubject's avatar NoSubject

修复系统设置-模块部署中,不可见模块的下拉框显示问题

上级 5ef14747
......@@ -86,7 +86,7 @@ MWF.xDesktop.Authentication = new Class({
this.socket.close();
this.socket = null;
}
Cookie.dispose("x-token");
//Cookie.dispose("x-token");
if (layout.session && layout.session.user) layout.session.user.token = "";
if( callback ){
callback()
......
......@@ -473,9 +473,9 @@ MWF.xApplication.Setting.UIModuleDocument.DeployEdit = new Class({
this.pathInputNode.set("value", this.data.path);
if (this.data.visible){
this.visibleInputNode.getFirst("option").set("checked", true);
this.visibleInputNode.getFirst("option").set("selected", true);
}else{
this.visibleInputNode.getLast("option").set("checked", true);
this.visibleInputNode.getLast("option").set("selected", true);
}
// this.widgetNameInputNode.set("value", this.data.widgetName);
......@@ -648,4 +648,4 @@ MWF.xApplication.Setting.UIModuleDocument.Deploy.Icon = new Class({
}
}
});
\ No newline at end of file
});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册