右键页签操作实现与菜单联动

This commit is contained in:
RuoYi
2020-06-28 09:49:41 +08:00
parent 7bca4fcbc4
commit bb0e7bd563
2 changed files with 15 additions and 22 deletions

View File

@ -307,12 +307,6 @@ $(function() {
applyPath(url);
}
}
if(isLinkage) {
$(".menuTabs").on("click", ".menuTab", function() {
var dataId = $(this).attr("data-id");
syncMenuTab(dataId);
})
}
});
</script>
</body>