Commit 9627ba9e by RuoYi

支持openOptions方法最大化

parent e0e305c4
......@@ -810,7 +810,7 @@ var table = {
}
}
}
layer.open($.extend({
var index = layer.open($.extend({
type: 2,
maxmin: true,
shade: 0.3,
......@@ -826,6 +826,9 @@ var table = {
return true;
}
}, btnCallback));
if ($.common.isNotEmpty(options.full) && options.full === true) {
layer.full(index);
}
},
// 弹出层全屏
openFull: function (title, url, width, height) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment