feat(fix):数据集、视图分组增加搜索
This commit is contained in:
parent
f155f3d799
commit
56b5206984
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user