forked from github/dataease
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.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 {
|
|||||||
}
|
}
|
||||||
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user