|
|
@@ -354,8 +354,12 @@ function initChart() {
|
|
|
if (chartRef1.value) {
|
|
|
chartInstance1 = echarts.init(chartRef1.value);
|
|
|
}
|
|
|
+ //建立图表联动
|
|
|
+ echarts.connect([
|
|
|
+ chartInstance0,
|
|
|
+ chartInstance1,
|
|
|
+ ]);
|
|
|
}
|
|
|
-
|
|
|
// 更新图表
|
|
|
function updateChart() {
|
|
|
if (!chartInstance0 || !rzLineList.value.length) {
|
|
|
@@ -719,6 +723,7 @@ function handleEquipmentParamChange() {
|
|
|
//let lst = equipmentParamOptions.value.filter(item => item.paraCode ==selectedEquipmentParam.value);
|
|
|
//console.log(lst);
|
|
|
getDeviceList();
|
|
|
+ updateQueryData();
|
|
|
}
|
|
|
|
|
|
// 多选框选中数据
|