Compare commits

..

No commits in common. "7695075607be1aa1c6e729463e9d8c0b4ae85d02" and "9b75e76f6bc8a05c528a745e40df4917c1fc28ee" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -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'
}
}