|
@ -223,6 +223,7 @@ export default { |
|
|
settingChecked(result, optionsIds) { |
|
|
settingChecked(result, optionsIds) { |
|
|
let matching = false |
|
|
let matching = false |
|
|
optionsIds.forEach(optionsId => { |
|
|
optionsIds.forEach(optionsId => { |
|
|
|
|
|
this.checkedIds.add(optionsId) |
|
|
if (result.id === optionsId) { |
|
|
if (result.id === optionsId) { |
|
|
result.checked = true |
|
|
result.checked = true |
|
|
matching = true |
|
|
matching = true |
|
|