chore(Area): rename variable (#6487)
This commit is contained in:
+2
-4
@@ -185,10 +185,8 @@ export default createComponent({
|
|||||||
this.code = values[index].code;
|
this.code = values[index].code;
|
||||||
this.setValues();
|
this.setValues();
|
||||||
|
|
||||||
let getValues = picker.getValues();
|
const parsedValues = this.parseOutputValues(picker.getValues());
|
||||||
getValues = this.parseOutputValues(getValues);
|
this.$emit('change', picker, parsedValues, index);
|
||||||
|
|
||||||
this.$emit('change', picker, getValues, index);
|
|
||||||
},
|
},
|
||||||
|
|
||||||
onConfirm(values, index) {
|
onConfirm(values, index) {
|
||||||
|
|||||||
Reference in New Issue
Block a user