mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-30 22:02:24 +00:00
perf: view secret request many times
This commit is contained in:
parent
28e756e163
commit
baf2b6cd9b
@ -121,7 +121,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.$eventBus.$on('showConfirmDialog', this.performConfirm)
|
this.$eventBus.$on('showConfirmDialog', _.debounce(this.performConfirm))
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleSubTypeChange(val) {
|
handleSubTypeChange(val) {
|
||||||
|
Loading…
Reference in New Issue
Block a user