mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-25 22:44:13 +00:00
perf: 优化查看 account secret api 次数
This commit is contained in:
@@ -121,7 +121,7 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.$eventBus.$on('showConfirmDialog', _.debounce(this.performConfirm))
|
||||
this.$eventBus.$on('showConfirmDialog', _.throttle(this.performConfirm, 500))
|
||||
},
|
||||
methods: {
|
||||
handleSubTypeChange(val) {
|
||||
|
||||
Reference in New Issue
Block a user