| src/views/clientManagement/clientManagement.vue | ●●●●● 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;