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

pull/1145/head
贤心 2022-10-09 00:48:45 +08:00
parent e2abbd3e13
commit 4a0d8e0ecc
1 changed files with 1 additions and 1 deletions

View File

@ -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()
} }
} }