修复在firefox浏览器显示高度问题

master
RuoYi 6 years ago committed by Limy
parent 96b017e3c6
commit 8d8498d88e

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;
$.modal.close();
$contentWindow.$.modal.msgSuccess(result.msg);
$contentWindow.$(".layui-layer-padding").removeAttr("style");
if ($contentWindow.$.table._option.type == table_type.bootstrapTable) {
$contentWindow.$.table.refresh();
} else if ($contentWindow.$.table._option.type == table_type.bootstrapTreeTable) {

Loading…
Cancel
Save