diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f5ae2b..568be45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -129,6 +129,7 @@ ### 🚀 性能优化 范围|描述|commitId --|--|-- + - | 修改定期任务骨架屏高度 | [909a734](https://dd.tall.wiki/gitea/ccsens_fe/TALL-MUI-3/commits/909a734) - | 插件查询及展示 | [4dba770](https://dd.tall.wiki/gitea/ccsens_fe/TALL-MUI-3/commits/4dba770) - | 日历的更改 | [7353ac8](https://dd.tall.wiki/gitea/ccsens_fe/TALL-MUI-3/commits/7353ac8) - | 测试接口 | [215e074](https://dd.tall.wiki/gitea/ccsens_fe/TALL-MUI-3/commits/215e074) diff --git a/src/components/TimeLine/TimeLine.vue b/src/components/TimeLine/TimeLine.vue index d4d82f2..ce81ed5 100644 --- a/src/components/TimeLine/TimeLine.vue +++ b/src/components/TimeLine/TimeLine.vue @@ -56,12 +56,10 @@ export default { // 滚动到顶部 async handleScrollTop() { - console.log('this.topEnd: ', this.topEnd); if (this.topEnd) return; const startTime = this.tasks[0].planStart - 0; if (this.tasks[0].plugins && this.tasks[0].plugins.length === 0 && !this.topEnd) { // 没有数据时 自动加载数据 - console.log('没有数据时: '); const addTasks = [ { panel: {}, @@ -82,7 +80,6 @@ export default { this.setUpTasks([...addTasks.concat(this.tasks)]); } else { // 有数据时 - console.log('有数据时: '); const upQuery = { timeNode: startTime, queryType: 0,