From 5064a382e5b3e4059a069aa38ec2c88dcc3d93ab Mon Sep 17 00:00:00 2001 From: binbin0314 Date: Tue, 10 Aug 2021 16:01:32 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=88=A0=E9=99=A4console.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + src/components/TimeLine/TimeLine.vue | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) 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,