|
@@ -290,6 +290,8 @@ export default {
|
|
|
label: item.address_name
|
|
|
}
|
|
|
})
|
|
|
+ this.valueB = ''
|
|
|
+ this.valueC = ''
|
|
|
this.valueA = label;
|
|
|
this.showPickerA = false;
|
|
|
this.columnsListA = cityList
|
|
@@ -302,6 +304,7 @@ export default {
|
|
|
label: item.address_name
|
|
|
}
|
|
|
})
|
|
|
+ this.valueC = ''
|
|
|
this.valueB = label;
|
|
|
this.showPickerB = false;
|
|
|
this.columnsListB = cityList
|