Fix can't select schedule interval type in configure backup schedule (#6547)

This commit is contained in:
Hoang Nguyen 2022-07-15 18:31:58 +07:00 committed by GitHub
parent 4b8af6f0fa
commit c09ee40984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -226,9 +226,6 @@ export default {
}
},
handleChangeIntervalType (e) {
this.form.intervaltype = e.target.value
this.resetForm()
switch (this.form.intervaltype) {
case 'weekly':
this.fetchDayOfWeek()