This commit is contained in:
fan 2021-01-06 18:17:54 +08:00
commit fe71e0b0a2

View File

@ -174,8 +174,9 @@ export default {
const checkIdDom = document.getElementById(checkId);
const mapTreeDom = document.getElementById('trainingMapTree');
mapTreeDom.scrollTop = checkIdDom.offsetTop;
this.loading = false;
}
this.loading = false;
}, 200);
});
} catch (error) {