From ff0dda2f0649ced7eeed4486642cdb513ca64285 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 30 Aug 2022 16:22:52 +0800
Subject: [PATCH] 优化地图模式返回显示,地块管理优化数据显示
---
src/views/wel/index.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue
index 72407fb..6a05abb 100644
--- a/src/views/wel/index.vue
+++ b/src/views/wel/index.vue
@@ -284,7 +284,9 @@
'$farmId':{
handler (newName, oldName) {
this.farm.id = newName
- //农场概览 地块使用率
+
+ setTimeout(() => {
+ //农场概览 地块使用率
this.getCountStatis ()
//本年农事操作记录
this.getFarmingCount()
@@ -293,6 +295,8 @@
this.StockCount()
//当前农场种养品种
this.onLoad()
+ }, 100);
+
}
}
},
--
Gitblit v1.9.3