From ff2f7d7bad0132c130c305364a863ff446e926b2 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 30 十二月 2024 13:47:24 +0800
Subject: [PATCH] 1.在缓存模式下   页面切换会请求接口

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

diff --git a/src/views/attendanceModule/attendanceClockIn.vue b/src/views/attendanceModule/attendanceClockIn.vue
index e3485b7..e8791b9 100644
--- a/src/views/attendanceModule/attendanceClockIn.vue
+++ b/src/views/attendanceModule/attendanceClockIn.vue
@@ -124,6 +124,7 @@
   activated() {
     window.addEventListener('resize', this.getHeight)
     this.getHeight()
+    this.inputFocus()
   },
   created() {
   },

--
Gitblit v1.9.3