浏览代码

Move to the correct line

djhvscf 4 年之前
父节点
当前提交
896d6c3219
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/extensions/filter-control/utils.js

+ 1 - 0
src/extensions/filter-control/utils.js

@@ -354,6 +354,7 @@ export function createControls (that, header) {
       const $th = $(th)
 
       if ($th.data('field') === column.field) {
+        $th.find('.filter-control').remove()
         $th.find('.fht-cell').append(html.join(''))
         return false
       }