From fccd93a5a4fe73a2081f2d8188efcb65d1d91c5b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 15 Sep 2021 09:23:11 +0800
Subject: [PATCH] +

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

diff --git a/src/views/securityGuard/securityGuard.vue b/src/views/securityGuard/securityGuard.vue
index b2dd0dd..8237ce0 100644
--- a/src/views/securityGuard/securityGuard.vue
+++ b/src/views/securityGuard/securityGuard.vue
@@ -430,7 +430,6 @@
         total: 0,
       },
       query2: {},
-      data1: [],
       data2: [],
       option2: {
         card: true,
@@ -1370,7 +1369,7 @@
       this.$prompt("离职原因", "提示", {
         confirmButtonText: "确定离职",
         cancelButtonText: "取消",
-        inputErrorMessage: "邮箱格式不正确",
+        inputErrorMessage: "",
       }).then(({ value }) => {
         console.log(value);
         row.reasonForLeav = value;

--
Gitblit v1.9.3