|
@@ -2018,9 +2018,8 @@ export default {
|
2018
|
2018
|
ScheduleItem
|
2019
|
2019
|
},
|
2020
|
2020
|
mounted() {
|
2021
|
|
- console.log('this.tableContainHeight,',this.$refs.table.$el.offsetTop);
|
2022
|
|
- this.tableContainHeight =
|
2023
|
|
- window.innerHeight - this.$refs.table.$el.offsetTop - 120;
|
|
2021
|
+
|
|
2022
|
+ this.tableContainHeight = window.innerHeight - this.$refs.table.$el.offsetTop - 120;
|
2024
|
2023
|
console.log(this.tableContainHeight);
|
2025
|
2024
|
// var theType = this.weekType(this.weekTime);
|
2026
|
2025
|
// this.getSchedules(theType);
|