This commit is contained in:
les
2020-11-06 11:05:05 +01:00
parent 0ac2edf69d
commit 47ed677362
10 changed files with 161 additions and 144 deletions

View File

@@ -104,7 +104,6 @@ export default {
return this.$t(`event.recurrent_${freq}_days`, { days: weekDay })
} else if (freq === '1m' || freq === '2m') {
const monthDay = date.format('D')
console.error('monthDay ', monthDay)
const n = Math.floor((monthDay - 1) / 7) + 1