南昌市物联网技防平台-前端
zengh
2021-04-27 4360b46a4b254e7b54d65e9c4907506a455dec2b
Merge remote-tracking branch 'origin/master'
2 files modified
7 ■■■■ changed files
src/views/clientManagement/clientManagement.vue 1 ●●●● patch | view | raw | blame | history
src/views/system/cs.vue 6 ●●●● patch | view | raw | blame | history
src/views/clientManagement/clientManagement.vue
@@ -707,7 +707,6 @@
              }else{
                  that.form.city = val.addressComponent.city;
              }
              that.form.district = val.addressComponent.district;
            });
          }
src/views/system/cs.vue
@@ -730,7 +730,11 @@
          }
          //写入新的省市区
          that.form.province = val.addressComponent.province;
          that.form.city = val.addressComponent.city;
          if(val.addressComponent.city==""){
              that.form.city = val.addressComponent.province;
          }else{
              that.form.city = val.addressComponent.city;
          }
          that.form.district = val.addressComponent.district;
        }
      },