🌐 AI搜索 & 代理 主页
Skip to content

Commit 7defeb4

Browse files
authored
Update mixin-filtering.js
1 parent 5675cb7 commit 7defeb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/table/helpers/mixin-filtering.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ export default {
9999
},
100100
// Watch for changes to the filter criteria, and debounce if necessary
101101
filter(newFilter, oldFilter) {
102+
// DEBUG
103+
console.log('Filter Changed Detected:', newFilter)
102104
const timeout = this.computedFilterDebounce
103105
if (this.$_filterTimer) {
104106
clearTimeout(this.$_filterTimer)

0 commit comments

Comments
 (0)