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