[WIP] Фикс бага сброса дней и стилей
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
color="primary",
|
||||
style="width: 144px",
|
||||
padding="4px 24px",
|
||||
@click="createSchedules",
|
||||
@click="createSchedules(); clearCell()",
|
||||
no-caps
|
||||
)
|
||||
q-btn(
|
||||
@@ -72,6 +72,7 @@ export default {
|
||||
times: Object,
|
||||
createSchedules: Function,
|
||||
deleteSchedule: Function,
|
||||
clearCell: Function,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user