feat : 电流、有毒气体和传感器echarts按日月年监控数据

This commit is contained in:
2024-02-22 17:10:06 +08:00
parent 98799e8bcc
commit 3a23b467ec
7 changed files with 132 additions and 209 deletions

View File

@@ -122,7 +122,7 @@ watch(
(newVal) => {
console.log(params.tunnelId, newVal);
equipment.value.reset();
getEquipment(params.tunnelId, newVal, 1).then((res) => {
getEquipment(params.tunnelId, newVal).then((res) => {
options2.splice(0, options2.length);
options2.push(
...res.data.map((item) => {