|
@@ -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) {
|