闪烁点颜色改变
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user