vue file updates selectGroup and form.js
This commit is contained in:
@ -710,14 +710,15 @@ export default {
|
||||
if (this.multiple) {
|
||||
this.real_model = value;
|
||||
} else {
|
||||
this.real_model = value.toString();
|
||||
//this.real_model = value.toString();
|
||||
this.real_model = value;
|
||||
}
|
||||
},
|
||||
model: function (value) {
|
||||
if (this.multiple) {
|
||||
this.real_model = value;
|
||||
} else {
|
||||
this.real_model = value.toString();
|
||||
this.real_model = value;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user