diff --git a/datepicker/index.vue b/datepicker/index.vue index e4adc16..f0b73f8 100644 --- a/datepicker/index.vue +++ b/datepicker/index.vue @@ -248,7 +248,6 @@ export default { if (!this.confirm && !this.disabled) { this.updateDate() if (!show && this.type === 'date' && !this.range) { - console.log('show') this.closePopup() } }