mirror of https://gitee.com/y_project/RuoYi.git
修复在firefox浏览器显示高度问题
parent
a469435499
commit
536ee476cb
File diff suppressed because one or more lines are too long
|
@ -809,6 +809,7 @@
|
||||||
var $contentWindow = $('.RuoYi_iframe[data-id="' + currentId + '"]', topWindow)[0].contentWindow;
|
var $contentWindow = $('.RuoYi_iframe[data-id="' + currentId + '"]', topWindow)[0].contentWindow;
|
||||||
$.modal.close();
|
$.modal.close();
|
||||||
$contentWindow.$.modal.msgSuccess(result.msg);
|
$contentWindow.$.modal.msgSuccess(result.msg);
|
||||||
|
$contentWindow.$(".layui-layer-padding").removeAttr("style");
|
||||||
if ($contentWindow.$.table._option.type == table_type.bootstrapTable) {
|
if ($contentWindow.$.table._option.type == table_type.bootstrapTable) {
|
||||||
$contentWindow.$.table.refresh();
|
$contentWindow.$.table.refresh();
|
||||||
} else if ($contentWindow.$.table._option.type == table_type.bootstrapTreeTable) {
|
} else if ($contentWindow.$.table._option.type == table_type.bootstrapTreeTable) {
|
||||||
|
|
Loading…
Reference in New Issue