新增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>