删除console,更新readme

This commit is contained in:
kele
2023-09-04 17:19:39 +08:00
parent 568836a56e
commit 2a91f5bb46
4 changed files with 19 additions and 4 deletions
@@ -247,7 +247,6 @@
if (!this.range) {
this.time = newVal
} else {
// console.log('-----', newVal);
this.timeRange.startTime = newVal.start
this.timeRange.endTime = newVal.end
}
@@ -769,10 +769,8 @@
},
leftMonthSwitch(e) {
// console.log('leftMonthSwitch 返回:', e)
},
rightMonthSwitch(e) {
// console.log('rightMonthSwitch 返回:', e)
}
}
}