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