页签关闭右侧清除iframe元素

pull/339/head
RuoYi 3 years ago
parent 7be993eb8d
commit 7c1fa482ba

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

Loading…
Cancel
Save