提交 56b52069 authored 作者: junjie's avatar junjie

feat(fix):数据集、视图分组增加搜索

上级 f155f3d7
......@@ -439,7 +439,7 @@ export default {
}
this.timer = setTimeout(() => {
this.getTreeData(val)
}, 500)
}, (val && val !== '') ? 500 : 0)
},
saveStatus() {
this.refreshNodeBy(this.saveStatus.sceneId)
......
......@@ -443,7 +443,7 @@ export default {
}
this.timer = setTimeout(() => {
this.getTreeData(val)
}, 500)
}, (val && val !== '') ? 500 : 0)
},
saveStatus() {
this.refreshNodeBy(this.saveStatus.sceneId)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论