页签关闭右侧清除iframe元素

pull/339/head
RuoYi 2021-10-28 15:45:37 +08:00
parent 7be993eb8d
commit 7c1fa482ba
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ $(function() {
callback: function(key, opt) {
setActiveTab(this);
this.nextAll('.menuTab').each(function() {
$('.menuTab[data-id="' + $(this).data('id') + '"]').remove();
$('.RuoYi_iframe[data-id="' + $(this).data('id') + '"]').remove();
$(this).remove();
});
}