This commit is contained in:
les
2021-07-15 16:16:25 +02:00
parent 9400a1ec5c
commit 2258717eae
2 changed files with 8 additions and 3 deletions

View File

@@ -113,9 +113,6 @@ export default {
}
return hourList
},
isRecurrent () {
return !!this.value.recurrent
},
whenPatterns () {
if (!this.value.from) { return }
const date = dayjs(this.value.from)