闪烁点颜色改变

This commit is contained in:
stt
2025-10-27 13:34:34 +08:00
parent 98b9bbce0d
commit d712f683b3
2 changed files with 9 additions and 26 deletions

View File

@@ -857,7 +857,7 @@ const analysisClick = (row: any) => {
const dataObject = {
eventList: [...eventList.value],
color: "#1dd1a1",
color: "#03de6d",
maxResponsibilityMonitorId: [...maxResponsibilityMonitorId.value],
maxColor: "#f9065b",
};
@@ -1186,7 +1186,7 @@ const callHarmOneImageApi = (row: any, selectedTime: string) => {
const dataObject = {
eventListAll: [JSON.parse(JSON.stringify(eventListAll.value))],
eventList: [...eventList.value],
color: "#09ee06",
color: "#cf552d",
maxResponsibilityMonitorId: [...maxResponsibilityMonitorId.value],
maxColor: "#c708fe",
backgroundPointId: [...backgroundPoint.value],