Skip to content

Commit 54c6194

Browse files
committed
update
update
1 parent a4a6393 commit 54c6194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datePicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
162162
163163
if(this.isDisable(day))return;
164-
console.log(day);
164+
165165
var day=day.year+'-'+day.month+'-'+day.day;
166166
167167
if(!this.begin||(this.begin&&this.end)){

0 commit comments

Comments
 (0)