c9aa2d5f by zhangmeng

看板

1 parent 8e71181d
......@@ -318,10 +318,8 @@ async function handelGetYS007() {
arr3.push(val.EXERATIO)
}
const firstAbove = list7Y.value.find(v => v.name >= BC.value);
setA(list7Y.value, arr1, arr2, arr3, firstAbove?.value, BC.value)
setA(list7Y.value, arr1, arr2, arr3, firstAbove?.value || '', BC.value)
}
function handelSelect7() {
......@@ -352,7 +350,7 @@ function handelSelect7() {
const firstAbove = list7Y.value.find(v => v.name >= BC.value);
setA(list7Y.value, arr1, arr2, arr3, firstAbove?.value, BC.value)
setA(list7Y.value, arr1, arr2, arr3, firstAbove?.value || '', BC.value)
}
async function handelGetYS008() {
......@@ -441,6 +439,7 @@ const getA = () => {
const setA = (arrY, arr1, arr2, arr3, markLineName, BC) => {
console.log(arrY, arr1, arr2, markLineName, BC)
chartA = echarts.init(zhuRef.value)
const option = {
tooltip: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!