mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
refactor: 数据集搜索优化
This commit is contained in:
@@ -531,6 +531,9 @@ export default {
|
||||
if (!userCache) {
|
||||
this.tData = res.data
|
||||
}
|
||||
this.$nextTick(() => {
|
||||
this.$refs.datasetTreeRef.filter(this.filterText)
|
||||
})
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user