提交 85a7b1fd authored 作者: wangjiahao's avatar wangjiahao

Merge remote-tracking branch 'origin/main' into main

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