Change selected object to array to prevent undefined error forEach on selected watch
This commit is contained in:
parent
5a280becd1
commit
034a322dbf
|
|
@ -960,7 +960,7 @@ export default {
|
|||
|
||||
dynamicOptions: function(options) {
|
||||
this.sort_options = [];
|
||||
this.selected = '';
|
||||
this.selected = [];
|
||||
|
||||
if (this.group) {
|
||||
// Option set sort_option data
|
||||
|
|
|
|||
Loading…
Reference in New Issue