cloud-web-corejs 1.0.54-dev.481 → 1.0.54-dev.483
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -159,8 +159,8 @@ modules = {
|
|
|
159
159
|
return null
|
|
160
160
|
} else {
|
|
161
161
|
let resultList = []
|
|
162
|
-
let
|
|
163
|
-
let
|
|
162
|
+
let labelField = this.getOptionItemLabelKey();
|
|
163
|
+
let valueField = this.getOptionItemValueKey();
|
|
164
164
|
this.field.options.optionItems.forEach(oItem => {
|
|
165
165
|
if ((oItem[valueField] === this.fieldModel) || (this.findInArray(this.fieldModel, oItem[valueField])) !== -1) {
|
|
166
166
|
resultList.push(this.$t1(oItem[labelField]))
|