This commit is contained in:
2021-03-07 21:33:01 +00:00
parent 71af22af84
commit 9a1f6f103b
2 changed files with 31 additions and 16 deletions

View File

@@ -181,7 +181,7 @@ export default {
//this is required for the control to update and parent form to detect it
this.$emit("input", e.id);
//this is sometimes required for forms that need the full selection value
//this is sometimes required for forms that need more than the ID (contract etc)
this.$emit("update:name", e.name);
this.$emit("update:active", e.active);
},