Skip to content

Commit 11f8b7b

Browse files
authored
fix(grid): fix filterStore.searchValue is not reactive (#3700)
1 parent 33358da commit 11f8b7b

File tree

1 file changed

+2
-1
lines changed
  • packages/vue/src/grid/src/table/src

1 file changed

+2
-1
lines changed

packages/vue/src/grid/src/table/src/table.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,8 @@ export default defineComponent({
360360
id: '',
361361
multi: false,
362362
options: [],
363-
visible: false
363+
visible: false,
364+
searchValue: ''
364365
},
365366
// 所有列已禁用
366367
headerCheckDisabled: false,

0 commit comments

Comments
 (0)