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/landAdd.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/land/landAdd.vue b/src/views/land/landAdd.vue
index 6664737..1310bcb 100644
--- a/src/views/land/landAdd.vue
+++ b/src/views/land/landAdd.vue
@@ -4,7 +4,7 @@
     :modal-append-to-body="false"
     :append-to-body="true"
     :close-on-click-modal="false"
-    width="80%"
+    width="60%"
     :visible.sync="visible"
     top="10vh"
   >
@@ -299,6 +299,8 @@
           that.$emit("refreshOnLoad");
           that.$refs.form.resetFields();
           that.form.landUnit = "0";
+          console.log(that.$parent,11)
+          that.$parent.onLoad()
           that.visible = false;
           this.$message({
             type: "success",

--
Gitblit v1.9.3