|
@@ -606,8 +606,10 @@ async function tableExpand(expaned, record) {
|
|
async function onChangeTab(tab) {
|
|
async function onChangeTab(tab) {
|
|
activeKey.value = tab;
|
|
activeKey.value = tab;
|
|
stationId.value = ''
|
|
stationId.value = ''
|
|
- clearTimeout(timer1);
|
|
|
|
clearTimeout(timer);
|
|
clearTimeout(timer);
|
|
|
|
+ clearTimeout(timer1);
|
|
|
|
+ clearTimeout(timer2)
|
|
|
|
+ clearTimeout(timer3)
|
|
if (activeKey.value == 'device') {
|
|
if (activeKey.value == 'device') {
|
|
// await getSubStationList();
|
|
// await getSubStationList();
|
|
// await getStationList1();
|
|
// await getStationList1();
|