| src/views/clientManagement/clientManagement.vue | ●●●●● patch | view | raw | blame | history |
src/views/clientManagement/clientManagement.vue
@@ -711,14 +711,13 @@ //判断是新增还是修改 if(that.isEdit){ getclient(this.form.id).then(res => { debugger; that.province = res.data.data.province; that.city = res.data.data.city; that.district = res.data.data.district; }); } //经纬度替换 this.form.wd = val.latitude; this.form.jd = val.longitude; @@ -934,7 +933,6 @@ }); }, beforeOpen(done, type) { debugger; if (["edit", "view"].includes(type)) { getclient(this.form.id).then(res => { this.form = res.data.data;