Multi select issue solved..
This commit is contained in:
parent
307e93c53c
commit
ff836818e4
|
|
@ -745,6 +745,10 @@ export default {
|
|||
},
|
||||
|
||||
real_model: function (value) {
|
||||
if (this.multiple) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.change();
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue