南昌市物联网技防平台-前端
shuishen
2021-04-10 c0e2f986a90d55ae6d75095344fcf4e6589f89af
src/views/system/cs.vue
@@ -531,8 +531,10 @@
  watch:{
    'form.map':{// form是表单或者表格绑定的数据集,v-model='form'
      handler(val){
        this.form.jd = val.latitude
        this.form.wd = val.longitude
        if (val!=undefined) {
          this.form.jd = val.latitude
          this.form.wd = val.longitude
        }
      },
      immediate: true
    }