mirror of https://github.com/apache/cloudstack.git
Fix can't select schedule interval type in configure backup schedule (#6547)
This commit is contained in:
parent
4b8af6f0fa
commit
c09ee40984
|
|
@ -226,9 +226,6 @@ export default {
|
|||
}
|
||||
},
|
||||
handleChangeIntervalType (e) {
|
||||
this.form.intervaltype = e.target.value
|
||||
this.resetForm()
|
||||
|
||||
switch (this.form.intervaltype) {
|
||||
case 'weekly':
|
||||
this.fetchDayOfWeek()
|
||||
|
|
|
|||
Loading…
Reference in New Issue