优化 dropdown 关闭实例面板的方法名

pull/1145/head
贤心 2 years ago
parent e2abbd3e13
commit 4a0d8e0ecc

@ -48,7 +48,7 @@ layui.define(['jquery', 'laytpl', 'lay'], function(exports){
,reload: function(options){ ,reload: function(options){
that.reload.call(that, options); that.reload.call(that, options);
} }
,remove: function () { ,close: function () {
that.remove() that.remove()
} }
} }

Loading…
Cancel
Save