南昌市物联网技防平台-前端
zengh
2021-04-30 7b5333955888f8b10e7f59f353b757badd971d1f
用户更改部门调整为级联选择器
1 files modified
4 ■■■ changed files
src/views/clientManagement/clientManagement.vue 4 ●●● patch | view | raw | blame | history
src/views/clientManagement/clientManagement.vue
@@ -708,7 +708,9 @@
            var that = this;
            //重新加载一次页面详情数据,解决新的省市区无法写入问题
            getclient(this.form.id).then(res => {
              //this.form = res.data.data;
              this.province = res.data.province;
              this.city = res.data.city;
              this.district = res.data.district;
              //经纬度替换
              this.form.wd = val.latitude;
              this.form.jd = val.longitude;