From 9c1c610c4ac2b52fbbc31885ae80056db924e833 Mon Sep 17 00:00:00 2001 From: "lj7788@126.com" Date: Sun, 28 Sep 2025 17:38:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yanzhu-ui-vue3/src/views/manage/proProjectInfo/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/yanzhu-ui-vue3/src/views/manage/proProjectInfo/index.vue b/yanzhu-ui-vue3/src/views/manage/proProjectInfo/index.vue index cb1f5e28..cf20f83f 100644 --- a/yanzhu-ui-vue3/src/views/manage/proProjectInfo/index.vue +++ b/yanzhu-ui-vue3/src/views/manage/proProjectInfo/index.vue @@ -449,7 +449,6 @@ function mapDocom(pt, city) { form.value.latitude = pt.lat.toFixed(5); addressInfos.value = form.value.projectAddress + "," + form.value.longitude + "," + form.value.latitude; fitemPrjAddr.value.clearValidate(); - console.log("--1---") } function menuCommand(e, row) { @@ -766,7 +765,6 @@ function getDeptTree() { /** 地图选择 */ function getMapInfo() { - console.log("----2----") mapRef.value.showDlg(form.value); }