From e9724c99dae805661fc96fd99515c550e81c0a39 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 06 Sep 2022 15:11:58 +0800
Subject: [PATCH] 修复切换农场后查询条件还是别的农场的页码

---
 src/views/land/landUpdate.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/land/landUpdate.vue b/src/views/land/landUpdate.vue
index 428d827..a5f3600 100644
--- a/src/views/land/landUpdate.vue
+++ b/src/views/land/landUpdate.vue
@@ -4,7 +4,7 @@
     :modal-append-to-body="false"
     :append-to-body="true"
     :close-on-click-modal="false"
-    width="80%"
+    width="60%"
     top="10vh"
     :visible.sync="visible"
   >

--
Gitblit v1.9.3