mirror of https://gitee.com/y_project/RuoYi.git
页签关闭右侧清除iframe元素
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…
Reference in New Issue