djhvscf 7 years ago
parent
commit
b1fddd5a23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extensions/filter-control/bootstrap-table-filter-control.js

+ 1 - 1
src/extensions/filter-control/bootstrap-table-filter-control.js

@@ -674,7 +674,7 @@
                 timeoutId = 0;
 
             $.each(that.options.valuesFilterControl, function (i, item) {
-                hasValues = hasValue ? true : item.value !== '';
+                hasValues = hasValues ? true : item.value !== '';
                 item.value = '';
             });