src/views/cGovernance/taskECall.vue
@@ -349,13 +349,11 @@ // form是表单或者表格绑定的数据集,v-model='form' handler (val) { if (typeof val == "string") { console.log(val, 7777) var arr = val.split(",") console.log(val, 88888) //经纬度替换 this.form.lat = arr[1] this.form.lng = arr[0] // this.form.location = arr[2]; this.form.address = arr[2]; } }, immediate: true,