diff --git a/src/components/Apps/UserConfirmDialog/index.vue b/src/components/Apps/UserConfirmDialog/index.vue index f9f7d31f7..f71ec89c8 100644 --- a/src/components/Apps/UserConfirmDialog/index.vue +++ b/src/components/Apps/UserConfirmDialog/index.vue @@ -121,7 +121,7 @@ export default { } }, mounted() { - this.$eventBus.$on('showConfirmDialog', this.performConfirm) + this.$eventBus.$on('showConfirmDialog', _.debounce(this.performConfirm)) }, methods: { handleSubTypeChange(val) {