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/land/cs.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/land/cs.vue b/src/views/land/cs.vue
index dde2824..cffaeed 100644
--- a/src/views/land/cs.vue
+++ b/src/views/land/cs.vue
@@ -145,7 +145,10 @@
handler (newName, oldName) {
// this.farm.id = newName
//地块页面
- this.onLoad()
+ setTimeout(() => {
+ this.onLoad()
+ }, 100);
+
}
}
},
@@ -329,7 +332,7 @@
left: 1;
bottom: 0;
margin: auto;
- width: 80px;
+ width: 120px;
height: 24px;
line-height: 24px;
border: 1px solid #64c3a4;
--
Gitblit v1.9.3