WebTM/layuiadmin/modules/tableSelect.js
@@ -23,9 +23,9 @@ opt.searchKey = opt.searchKey || 'keyword';//可多个用,分割 opt.table.page = opt.table.page || false; opt.table.height = opt.table.height || 290; elem.off('click').on('click', function(e) { elem.off('keyup').on('keyup', function(e) { e.stopPropagation(); if($('div.tableSelect').length >= 1){ if ($('div.tableSelect').length >= 1 || elem.val().length<=2) { return false; }