zrg
2025-03-17 e4f24e81dc1f484cd91b965ed3eada9865b0bf85
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;
            }