minor bug fixed on AkauntingSelect.vue
This commit is contained in:
parent
e83acb67c1
commit
46f20816d0
@ -429,7 +429,7 @@ export default {
|
||||
// Option changed sort_option data
|
||||
if (this.group) {
|
||||
this.sort_options.forEach(function (option_group, group_index) {
|
||||
this.option_group.value.forEach(function (option, index) {
|
||||
option_group.value.forEach(function (option, index) {
|
||||
if (this.multiple) {
|
||||
let indexs = [];
|
||||
let values = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user