perf: view secret request many times

This commit is contained in:
ibuler
2024-04-17 14:22:07 +08:00
committed by 老广
parent 28e756e163
commit baf2b6cd9b

View File

@@ -121,7 +121,7 @@ export default {
}
},
mounted() {
this.$eventBus.$on('showConfirmDialog', this.performConfirm)
this.$eventBus.$on('showConfirmDialog', _.debounce(this.performConfirm))
},
methods: {
handleSubTypeChange(val) {