行调大赛

This commit is contained in:
fan 2020-09-17 18:30:31 +08:00
parent 639dc474a1
commit aa52945003

View File

@ -98,6 +98,9 @@ export default {
}, },
close() { close() {
this.dialogVisible = false; this.dialogVisible = false;
},
returnTop() {
document.querySelector('.el-header').scrollIntoView(true);
} }
} }
}; };