From bdbef0fbde20317d19bfc6d3473dabb10fb3fb3b Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Sat, 19 Apr 2025 15:41:21 +0800
Subject: [PATCH] feat: 修改任务事件概况的饼状图颜色

---
 src/store/modules/home.js |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/store/modules/home.js b/src/store/modules/home.js
index 73618a3..f4b0ca8 100644
--- a/src/store/modules/home.js
+++ b/src/store/modules/home.js
@@ -117,10 +117,9 @@
 				dock.work_osd = info.host
 			}
 		},
-    setEventTimeType : (state, data) => {
-      console.log('33333')
-      state.eventTimeType = data[0]
-      state.eventTimeParams = data[1]
+    setEventTimeType: (state, [timeType, timeParams]) => {
+      state.eventTimeType = timeType
+      state.eventTimeParams = timeParams
     },
     setEventTimeRang : (state, time) => {
       state.eventTimeRang = time

--
Gitblit v1.9.3