update DatePicker
update DatePicker
This commit is contained in:
parent
f46ebc38dc
commit
e1874103ad
4 changed files with 37 additions and 9 deletions
|
@ -103,7 +103,6 @@
|
|||
},
|
||||
watch: {
|
||||
value (newVal) {
|
||||
console.log(12331)
|
||||
if (!newVal) return;
|
||||
newVal = new Date(newVal);
|
||||
if (!isNaN(newVal)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue