代码提交_3_14_能耗日历
This commit is contained in:
parent
587c923f08
commit
3a2e9f757b
|
@ -104,7 +104,8 @@ const toggleExhibitionLoad = (event) => {
|
|||
};
|
||||
const selectSystemTab = (item, index) => {
|
||||
systemTabIndex.value = index;
|
||||
systemTabName.value = item;
|
||||
systemTabName.value = item.name;
|
||||
systemEnergyInterface()
|
||||
};
|
||||
|
||||
// 能耗总量echarts
|
||||
|
|
Loading…
Reference in New Issue