From 617a0d0540d04595ef7541861b77bb5a06352751 Mon Sep 17 00:00:00 2001 From: Piotr Date: Tue, 1 Dec 2020 16:08:39 +0100 Subject: [PATCH] Update index.vue on cancel emit paramters are not included like on accept --- src/functions/vsDialog/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/vsDialog/index.vue b/src/functions/vsDialog/index.vue index 8e0abc048..08483b706 100644 --- a/src/functions/vsDialog/index.vue +++ b/src/functions/vsDialog/index.vue @@ -213,7 +213,7 @@ export default { cancelClose(){ this.fActive = false this.$emit('update:active',false) - this.$emit('cancel') + this.$emit('cancel', this.parameters) // this.$emit('cancel') this.cancel?this.cancel(this.parameters):null