mirror of https://gitee.com/y_project/RuoYi.git
openOptions函数中加入自定义maxmin属性
parent
9627ba9e1d
commit
868aed4079
|
@ -812,7 +812,7 @@ var table = {
|
|||
}
|
||||
var index = layer.open($.extend({
|
||||
type: 2,
|
||||
maxmin: true,
|
||||
maxmin: $.common.isEmpty(options.maxmin) ? true : options.maxmin,
|
||||
shade: 0.3,
|
||||
title: _title,
|
||||
fix: false,
|
||||
|
|
Loading…
Reference in New Issue