From 39880bb3cd54d412a0ed8f73f0c82005dbbbee44 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Thu, 07 Mar 2024 15:07:42 +0800
Subject: [PATCH] fix:断线统计修改
---
src/views/main/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/main/index.vue b/src/views/main/index.vue
index 52d2d48..d20cfed 100644
--- a/src/views/main/index.vue
+++ b/src/views/main/index.vue
@@ -211,6 +211,7 @@
// console.log(newVal)
// defaultData���������������������������
const copyData = _.cloneDeep(this.defaultDataMiddle)
+ this.defaultData = copyData
this.openeds = []
const arr = []
let ke = 1
--
Gitblit v1.8.0