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

@ -166,7 +166,7 @@
/* 调度日志查询 */
function jobLog(id) {
var url = ctx + 'monitor/jobLog';
createMenuItem(url, "调度日志");
$.modal.openTab("调度日志", url);
}
</script>
</body>