minor bug fixed on AkauntingSelect.vue

This commit is contained in:
Sevan Nerse 2021-01-28 14:01:17 +03:00
parent e83acb67c1
commit 46f20816d0

View File

@ -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 = [];