perf: 优化查看 account secret api 次数

This commit is contained in:
ibuler
2024-04-18 13:25:33 +08:00
committed by 老广
parent 01e55d7f6e
commit bd26894135

View File

@@ -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) {