From 7a6d71613b5e96de264e22ccebb94e9dbdce5ccd Mon Sep 17 00:00:00 2001
From: he wei <858544502@qq.com>
Date: 星期六, 09 十一月 2024 16:17:16 +0800
Subject: [PATCH] U 历史数据格式化排序问题

---
 src/views/test/ytjRtInfo.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/test/ytjRtInfo.vue b/src/views/test/ytjRtInfo.vue
index 9e2e04f..ea0bbfb 100644
--- a/src/views/test/ytjRtInfo.vue
+++ b/src/views/test/ytjRtInfo.vue
@@ -86,13 +86,13 @@
 }
 
 onActivated(() => {
+  });
+
+onMounted(() => {
   let reg = /^1/;
   if (reg.test(props.devId)) {
     sendData(JSON.stringify({ devId: props.devId, devType: 1 }));
   }
-});
-
-onMounted(() => {
   // sendData(JSON.stringify({ devId: props.devId, devType: 1 }));
 });
 </script>

--
Gitblit v1.9.1