|
@@ -511,7 +511,7 @@ async function getDeviceList() {
|
|
function onChangeTab(tab) {
|
|
function onChangeTab(tab) {
|
|
activeKey.value = tab;
|
|
activeKey.value = tab;
|
|
if (activeKey.value == 'device') {
|
|
if (activeKey.value == 'device') {
|
|
- // clearTimeout(timer1);
|
|
|
|
|
|
+ clearTimeout(timer1);
|
|
getSubStationList();
|
|
getSubStationList();
|
|
getStationList1();
|
|
getStationList1();
|
|
} else {
|
|
} else {
|