@ -278,7 +278,6 @@ export default {
btnClick(val) {
if (val) {
this.active = val
this.getEnergyAnalysisBySiteCode()
}
},
@ -28,10 +28,10 @@ export default {
methods: {
transitionAnimation() {
this.show = false;
/*this.show = false;
setTimeout(() => {
this.show = true;
}, 500);
}, 500);*/