背景颜色修改
This commit is contained in:
@@ -745,7 +745,7 @@ const initHasEventList = () => {
|
||||
|
||||
const dataObject = {
|
||||
eventList: [...eventList.value],
|
||||
color: "#7ac1f9",
|
||||
color: "#375db4",
|
||||
};
|
||||
|
||||
// 发送eventList数据到iframe,注意发送的是.value而不是响应式对象本身
|
||||
@@ -781,7 +781,7 @@ const initHasUpEventList = () => {
|
||||
|
||||
const dataObject = {
|
||||
eventList: [...eventList.value],
|
||||
color: "#fcfc57",
|
||||
color: "#f08a0a",
|
||||
flagValue: "2",
|
||||
};
|
||||
|
||||
@@ -849,14 +849,13 @@ const analysisClick = (row: any) => {
|
||||
maxResponsibilityMonitorId.value = res.data
|
||||
.filter((item) => item.isImport == 1)
|
||||
.map((item) => item.lineId); // 筛选 isImport 为 1
|
||||
console.log(maxResponsibilityMonitorId.value, "890jhuj");
|
||||
}
|
||||
|
||||
const dataObject = {
|
||||
eventList: [...eventList.value],
|
||||
color: "#fcfc57",
|
||||
color: "#1dd1a1",
|
||||
maxResponsibilityMonitorId: [...maxResponsibilityMonitorId.value],
|
||||
maxColor: "#ff0000",
|
||||
maxColor: "#f9065b",
|
||||
};
|
||||
|
||||
// 发送eventList数据到iframe,注意发送的是.value而不是响应式对象本身
|
||||
@@ -1181,11 +1180,11 @@ const callHarmOneImageApi = (row: any, selectedTime: string) => {
|
||||
const dataObject = {
|
||||
eventListAll: [JSON.parse(JSON.stringify(eventListAll.value))],
|
||||
eventList: [...eventList.value],
|
||||
color: "#fcfc57",
|
||||
color: "#09ee06",
|
||||
maxResponsibilityMonitorId: [...maxResponsibilityMonitorId.value],
|
||||
maxColor: "#ff0000",
|
||||
maxColor: "#c708fe",
|
||||
backgroundPointId: [...backgroundPoint.value],
|
||||
backgroundPointColor: "#03df6d",
|
||||
backgroundPointColor: "#0936f4",
|
||||
};
|
||||
// 发送所有 monitorId 数据到 iframe
|
||||
sendMessageToIframe("SEND_KEYS_TO_IFRAME", dataObject);
|
||||
|
||||
Reference in New Issue
Block a user