forked from github/dataease
refactor: 数据集搜索优化
This commit is contained in:
parent
772530a4dd
commit
6a381dd782
@ -531,6 +531,9 @@ export default {
|
|||||||
if (!userCache) {
|
if (!userCache) {
|
||||||
this.tData = res.data
|
this.tData = res.data
|
||||||
}
|
}
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.$refs.datasetTreeRef.filter(this.filterText)
|
||||||
|
})
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user