@@ -230,7 +230,7 @@ export default {
230
230
this .showPicker = false ;
231
231
this ._initPickerVale ();
232
232
let pickObj = {
233
- inex : this .pickerValue ,
233
+ index : this .pickerValue ,
234
234
value: this ._getPickerLabelAndValue (this .pickerValue , this .mode ).value ,
235
235
label: this ._getPickerLabelAndValue (this .pickerValue , this .mode ).label
236
236
};
@@ -240,7 +240,7 @@ export default {
240
240
this .showPicker = false ;
241
241
this ._initPickerVale ();
242
242
let pickObj = {
243
- inex : this .pickerValue ,
243
+ index : this .pickerValue ,
244
244
value: this ._getPickerLabelAndValue (this .pickerValue , this .mode ).value ,
245
245
label: this ._getPickerLabelAndValue (this .pickerValue , this .mode ).label
246
246
};
@@ -252,7 +252,7 @@ export default {
252
252
pickerChange (e ) {
253
253
this .pickerValue = e .mp .detail .value ;
254
254
let pickObj = {
255
- inex : this .pickerValue ,
255
+ index : this .pickerValue ,
256
256
value: this ._getPickerLabelAndValue (this .pickerValue , this .mode ).value ,
257
257
label: this ._getPickerLabelAndValue (this .pickerValue , this .mode ).label
258
258
};
@@ -308,7 +308,7 @@ export default {
308
308
this .pickerValue = changeValue;
309
309
}
310
310
let pickObj = {
311
- inex : this .pickerValue ,
311
+ index : this .pickerValue ,
312
312
value: this ._getPickerLabelAndValue (this .pickerValue , this .mode ).value ,
313
313
label: this ._getPickerLabelAndValue (this .pickerValue , this .mode ).label
314
314
};
0 commit comments