From a140d8c8fc7576c7b136b7df2ab9fcfcd1edfbd1 Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Thu, 25 Aug 2022 14:55:14 +0800
Subject: [PATCH] 地图模式显示地块种养品种
---
src/views/mapPattern/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/mapPattern/index.vue b/src/views/mapPattern/index.vue
index 4dff9d8..6d67a3e 100644
--- a/src/views/mapPattern/index.vue
+++ b/src/views/mapPattern/index.vue
@@ -325,7 +325,7 @@
// 地块定位
setCenter (item) {
- this.$refs.plotMap.setPlotCenter(item.landName)
+ this.$refs.plotMap.setPlotCenter(item)
},
plotDetailsPopupShow (params) {
--
Gitblit v1.9.3