|
|
@@ -1302,6 +1302,7 @@ export default {
|
|
|
cityName: this.fromValue.cityNameOld,
|
|
|
districtName: this.fromValue.districtNameOld,
|
|
|
}).then((res) => {
|
|
|
+ debugger;
|
|
|
if (res.code == 200) {
|
|
|
loading1.clear();
|
|
|
var storeCategory = [];
|
|
|
@@ -1574,7 +1575,7 @@ export default {
|
|
|
this.fromValue.townName = '';
|
|
|
this.fromValue.townCode = '';
|
|
|
this.countyCode = value.countyCode;
|
|
|
- this.fromValue.cityLevel = value.countyLevel;
|
|
|
+ // this.fromValue.cityLevel = value.countyLevel;
|
|
|
this.getStreetQuery('3');
|
|
|
this.showDistrictPicker = false;
|
|
|
},
|