Compare commits
2 Commits
9b75e76f6b
...
7695075607
| Author | SHA1 | Date |
|---|---|---|
|
|
7695075607 | |
|
|
fbe565f3e2 |
|
|
@ -224,7 +224,7 @@ const resetData = {
|
|||
that.modelData.step = 0
|
||||
that.modelData.lastValue = ''
|
||||
const d = toInt(that.modelData.value)
|
||||
if (!isNaN(d)) {
|
||||
if (isNaN(d)) {
|
||||
that.modelData.value = 'yyyymmdd'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue