refactor: 数据集搜索优化

This commit is contained in:
junjun 2022-05-31 16:52:42 +08:00
parent 772530a4dd
commit 6a381dd782

View File

@ -531,6 +531,9 @@ export default {
if (!userCache) {
this.tData = res.data
}
this.$nextTick(() => {
this.$refs.datasetTreeRef.filter(this.filterText)
})
})
},