diff --git a/src/components/Echarts/pieChart_1.js b/src/components/Echarts/pieChart_1.js index b8edf10..b5e09a1 100644 --- a/src/components/Echarts/pieChart_1.js +++ b/src/components/Echarts/pieChart_1.js @@ -185,7 +185,7 @@ smooth: true, lineStyle: { width: 2, - color: '#D9D237', + color: '#e6a23c', }, emphasis: { focus: 'series', diff --git a/src/components/Echarts/pieChart_1.js b/src/components/Echarts/pieChart_1.js index b8edf10..b5e09a1 100644 --- a/src/components/Echarts/pieChart_1.js +++ b/src/components/Echarts/pieChart_1.js @@ -185,7 +185,7 @@ smooth: true, lineStyle: { width: 2, - color: '#D9D237', + color: '#e6a23c', }, emphasis: { focus: 'series', diff --git a/src/views/sponeScreen/waterFlood/pipeDetail.vue b/src/views/sponeScreen/waterFlood/pipeDetail.vue index d8aaa78..2403afc 100644 --- a/src/views/sponeScreen/waterFlood/pipeDetail.vue +++ b/src/views/sponeScreen/waterFlood/pipeDetail.vue @@ -153,8 +153,8 @@ function changeTab(val) { if (val == 2) { setTimeout(() => { - initPipeChart(); - }); + changePipeDate(); + }, 200); } } // 监测数据日期搜索