Browse Source

新增门店等级错误问题修改

zhujindu 7 months ago
parent
commit
6bbd7293cf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/storeManagement/storeAdd.vue

+ 2 - 1
src/views/storeManagement/storeAdd.vue

@@ -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;
     },