data: {
'monday': [
['16:00', '16:15'],
['18:00', '18:15'],
['20:00', '21:00'],
],
'tuesday': [
['16:00', '16:15'],
['18:00', '18:15'],
['20:00', '21:00'],
],
'wednesday': [
['16:00', '16:15'],
['18:00', '18:15'],
['20:00', '21:00'],
],
'thursday': [
['16:00', '16:15'],
],
'friday': [
['16:00', '16:15'],
],
'saturday': [
['16:00', '16:15'],
['18:00', '18:15'],
],
'sunday': [
['16:00', '16:15'],
['20:00', '21:00'],
],
'holiday': [
['16:00', '16:15'],
['18:00', '18:15'],
],
},
this.$refs.myButton[0].parentElement.children[1].value = '';