Use company added take 10

This commit is contained in:
Cüneyt Şentürk
2020-07-06 12:09:44 +03:00
parent 59727e46fc
commit ebf355e44a
2 changed files with 4 additions and 3 deletions

View File

@ -598,7 +598,6 @@ export default {
},
mounted() {
if (this.multiple) {
if (!this.value.length) {
this.real_model = [];
@ -621,6 +620,8 @@ export default {
methods: {
remoteMethod(query) {
document.getElementById('form-select-' + this.name).getElementsByTagName("input")[1].readOnly = false;
if (query !== '') {
this.loading = true;