如下图:
getConfigUrl
。主业务界面即当前菜单对应的界面。举例:
以下是在诊疗/病历
界面实现的方法
function getConfigUrl(userId,groupId,ctlocId){
return {title:"诊疗配置",url:"dhcdoc.custom.setting.csp",width:750,height:700,iconCls:"icon-w-setting"};
}
如果当前主业务界面,没有实现getConfigUrl
方法,则会弹出“没有配置信息”提示
访问量: 509667