新增parentTab选卡页同一页签打开

This commit is contained in:
RuoYi
2019-07-13 16:14:47 +08:00
parent 7b96954b2f
commit e315357dd2
5 changed files with 18 additions and 4 deletions

View File

@ -130,7 +130,7 @@
/*字典列表-详细*/
function detail(dictId) {
var url = prefix + '/detail/' + dictId;
createMenuItem(url, "字典数据");
$.modal.openTab("字典数据", url);
}
</script>
</body>

View File

@ -210,7 +210,7 @@
/* 用户管理-部门 */
function dept() {
var url = ctx + "system/dept";
createMenuItem(url, "部门管理");
$.modal.openTab("部门管理", url);
}
/* 用户管理-重置密码 */