修改bug,优化页面UI
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
}
|
||||
});
|
||||
} else if (key === '5') {
|
||||
tabId.value = 4;
|
||||
tabId.value = 5;
|
||||
energyType.value = 'CARBON_EMISSIONS'
|
||||
nextTick(() => {
|
||||
if (carbonEmissionsRef.value) {
|
||||
@@ -87,7 +87,7 @@
|
||||
}
|
||||
});
|
||||
} else if (key === '6') {
|
||||
tabId.value = 5;
|
||||
tabId.value = 4;
|
||||
energyType.value = 'HEAT_SUPPLY'
|
||||
nextTick(() => {
|
||||
if (provideHotRef.value) {
|
||||
|
Reference in New Issue
Block a user