From 8c29c4ce51f4b38b65f8f569cd9bc37f431920c2 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 29 Aug 2022 15:01:40 +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 6d67a3e..385204d 100644
--- a/src/views/mapPattern/index.vue
+++ b/src/views/mapPattern/index.vue
@@ -199,7 +199,7 @@
},
computed: {
- ...mapGetters(["userInfo","$farmId"]),
+ ...mapGetters(["userInfo", "$farmId"]),
},
created () {
//获取种样品列表
--
Gitblit v1.9.3