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