浏览代码

Fix compilation issue

djhvscf 4 年之前
父节点
当前提交
6d4906002c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/bootstrap-table.js

+ 1 - 0
src/bootstrap-table.js

@@ -3113,6 +3113,7 @@ class BootstrapTable {
     const $search = Utils.getSearchInput(this)
 
     const textToUse = text || ''
+
     $search.val(textToUse)
     this.searchText = textToUse
     this.onSearch({ currentTarget: $search }, false)