diff --git a/src/views/iot/project/profileV2/details.vue b/src/views/iot/project/profileV2/details.vue index e1d4598e..c6e315cb 100644 --- a/src/views/iot/project/profileV2/details.vue +++ b/src/views/iot/project/profileV2/details.vue @@ -54,9 +54,67 @@ {{ infoData["contacts3"] || "--" }} - {{ - infoData.projectAddress - }} + +
+ + {{ infoData.projectAddress }} + + + + + + + + 经度:{{ mapForm.lng }} + + + 纬度:{{ mapForm.lat }} + + + + + + +
+ 确 定 +
+
+
+
+
@@ -73,9 +131,11 @@ -
+
diff --git a/src/views/iot/video/site/index.vue b/src/views/iot/video/site/index.vue index c6109501..a63a2d48 100644 --- a/src/views/iot/video/site/index.vue +++ b/src/views/iot/video/site/index.vue @@ -470,9 +470,9 @@ import { listSite, getSite, delSite, addSite, updateSite } from "@/api/iot/site" import { listProject } from "@/api/iot/project"; -import { initMap, gjzCode } from "@/utils/latlngFromAddress"; import Treeselect from "@riophae/vue-treeselect"; import "@riophae/vue-treeselect/dist/vue-treeselect.css"; +import { initMap, gjzCode } from "@/utils/latlngFromAddress"; import ShopLocation from "@/components/Amap/components/shopLocation/index"; import SelectTableWrap from "@/components/SelectTable/index"; import { serviceApiDesc } from '@/config/dvr.config' @@ -922,7 +922,6 @@ export default { }, /** 提交按钮 */ submitForm: function () { - console.log(this.form); this.$refs["form"].validate((valid) => { if (valid) { if (this.form.recordId != undefined) {