From 95e6a41e02794f6d908cae8f5a7eb33981cf3680 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 14 Dec 2023 14:37:14 +0800
Subject: [PATCH] 浏览器标题修改,考勤管理员登录跳到考勤记录

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

diff --git a/src/views/securityGuard/securityGuard.vue b/src/views/securityGuard/securityGuard.vue
index c5546c2..d1da295 100644
--- a/src/views/securityGuard/securityGuard.vue
+++ b/src/views/securityGuard/securityGuard.vue
@@ -2862,6 +2862,9 @@
             //   // d[key].securitynumber = "赣洪202100009";
             // }
             that.data = data.records;
+
+            console.log(this.data,"++++++++++")
+
             that.loading = false;
             that.selectionClear();
             that.$store.commit("setWindowSizeHeightAdd");

--
Gitblit v1.9.3