From f3c1fee462027744014ae697d7b71dbe8d07add9 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 24 Oct 2022 11:49:50 +0800
Subject: [PATCH] 圈地打开页面移除表单验证;用户管理取消角色配置,平台配置,导入导出;修复删除用户后再添加新用户报错的问题

---
 src/views/wel/land.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/views/wel/land.vue b/src/views/wel/land.vue
index 23678a7..a4e7aab 100644
--- a/src/views/wel/land.vue
+++ b/src/views/wel/land.vue
@@ -219,6 +219,9 @@
       //计算当前时间
       this.form.landArea = 0
       this.visible = true;
+      this.$nextTick(()=>{
+        this.$refs.form.clearValidate()
+      })
       this.form.farmId = this.$farmId;
       this.form.landName = ""
       this.form.landType = ""

--
Gitblit v1.9.3