注释删除

dev_xd
lj7788@126.com 2025-09-28 17:38:54 +08:00
parent 2b6a50da17
commit 9c1c610c4a
1 changed files with 0 additions and 2 deletions

View File

@ -449,7 +449,6 @@ function mapDocom(pt, city) {
form.value.latitude = pt.lat.toFixed(5); form.value.latitude = pt.lat.toFixed(5);
addressInfos.value = form.value.projectAddress + "," + form.value.longitude + "," + form.value.latitude; addressInfos.value = form.value.projectAddress + "," + form.value.longitude + "," + form.value.latitude;
fitemPrjAddr.value.clearValidate(); fitemPrjAddr.value.clearValidate();
console.log("--1---")
} }
function menuCommand(e, row) { function menuCommand(e, row) {
@ -766,7 +765,6 @@ function getDeptTree() {
/** 地图选择 */ /** 地图选择 */
function getMapInfo() { function getMapInfo() {
console.log("----2----")
mapRef.value.showDlg(form.value); mapRef.value.showDlg(form.value);
} }