mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
85a7b1fdbe
@ -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