From c2437613fdb41f8b187130ffc78f6afafb2d64c3 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期三, 19 三月 2025 13:31:21 +0800
Subject: [PATCH] 所有默认开始时间更为00:00:00

---
 UI-Project/src/views/Identify/identifwutwo.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/UI-Project/src/views/Identify/identifwutwo.vue b/UI-Project/src/views/Identify/identifwutwo.vue
index ebdb8f3..9dda4a0 100644
--- a/UI-Project/src/views/Identify/identifwutwo.vue
+++ b/UI-Project/src/views/Identify/identifwutwo.vue
@@ -56,9 +56,13 @@
 const handleMessage = (data: any) => {
   if (data.engineer != null) {
   ava.value = data.engineer[0]
+  }else{
+    ava.value = 0
   }
   if (data.engineer != null) {
     avanum.value = data.sequence[0]
+  }else{
+    avanum.value = 0
   }
       const scaleFactor = 1621.78 / 6000;
       const scaleFactory = 750 / 3300;

--
Gitblit v1.8.0