close Fixed: Selected drop-downs not recognized as selected

This commit is contained in:
Cüneyt Şentürk
2020-09-04 13:32:40 +03:00
parent 6c8e98ee74
commit 2d607abf8c
2 changed files with 8 additions and 0 deletions
resources/assets/js/components

@ -980,6 +980,10 @@ export default {
}
this.$emit('interface', this.real_model);
setTimeout(function() {
this.change();
}.bind(this), 800);
},
methods: {