From b9720963c38fae89165d602cfe29c5c566b87205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E8=82=83?= <15833576927@163.com> Date: Wed, 22 May 2024 16:25:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E5=9C=B0=E5=9C=B0=E5=9B=BE=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/baseSelection/index.vue | 1 - src/views/basicData/breedingBase/index.vue | 6 +---- src/views/system/base/mapMarkers.vue | 31 ++++++++++++---------- 3 files changed, 18 insertions(+), 20 deletions(-) diff --git a/src/components/baseSelection/index.vue b/src/components/baseSelection/index.vue index 1ef77e7..823348b 100644 --- a/src/components/baseSelection/index.vue +++ b/src/components/baseSelection/index.vue @@ -26,7 +26,6 @@ const clickBase = (item) => { const selBaseList = () => { loading.value = true selAllBreedingBase({}).then(res =>{ - console.log(res); baseList.value = res.data }).finally(()=>{ loading.value = false diff --git a/src/views/basicData/breedingBase/index.vue b/src/views/basicData/breedingBase/index.vue index 0acd309..579d2f5 100644 --- a/src/views/basicData/breedingBase/index.vue +++ b/src/views/basicData/breedingBase/index.vue @@ -47,11 +47,7 @@ - - + diff --git a/src/views/system/base/mapMarkers.vue b/src/views/system/base/mapMarkers.vue index 10b88bc..7796332 100644 --- a/src/views/system/base/mapMarkers.vue +++ b/src/views/system/base/mapMarkers.vue @@ -2,6 +2,7 @@