close #1587 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

View File

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

View File

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