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

This commit is contained in:
junjie 2021-06-21 17:28:12 +08:00
parent f155f3d799
commit 56b5206984
2 changed files with 2 additions and 2 deletions

View File

@ -439,7 +439,7 @@ export default {
}
this.timer = setTimeout(() => {
this.getTreeData(val)
}, 500)
}, (val && val !== '') ? 500 : 0)
},
saveStatus() {
this.refreshNodeBy(this.saveStatus.sceneId)

View File

@ -443,7 +443,7 @@ export default {
}
this.timer = setTimeout(() => {
this.getTreeData(val)
}, 500)
}, (val && val !== '') ? 500 : 0)
},
saveStatus() {
this.refreshNodeBy(this.saveStatus.sceneId)