djhvscf 7 年之前
父节点
当前提交
b1fddd5a23
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 = '';
             });