From 2e7013ffd616980ecf93c76ae1972cdde1c4c16a Mon Sep 17 00:00:00 2001
From: sunhaoyuan <2269400447@qq.com>
Date: Fri, 17 Oct 2025 16:03:39 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=9F=A5=E7=9C=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/rescue/index.vue | 4 ++--
src/views/rescue/rescueIndex.vue | 12 ++++++------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/rescue/index.vue b/src/views/rescue/index.vue
index 54b2703..bf1da39 100644
--- a/src/views/rescue/index.vue
+++ b/src/views/rescue/index.vue
@@ -263,13 +263,13 @@
- 查看
-
+ -->
{
- // // 在这里执行你的方法
- // this.getData()
- // // 例如:
+ this.setAllRead()
+ setInterval(() => {
+ // 在这里执行你的方法
+ this.getData()
+ // 例如:
- // }, 3000) // 每2秒执行一次
+ }, 3000) // 每2秒执行一次
},
mounted() {