diff --git a/front_vue/src/components/TaskPanel.vue b/front_vue/src/components/TaskPanel.vue index e66d0ba..00e33af 100644 --- a/front_vue/src/components/TaskPanel.vue +++ b/front_vue/src/components/TaskPanel.vue @@ -334,8 +334,8 @@ const resetForm = () => { form.description = '' form.details = '' form.departmentId = null - form.labelId = null - form.dueDate = '' + form.labelId = 2 // Нормально по умолчанию + form.dueDate = new Date().toISOString().split('T')[0] // Сегодня по умолчанию form.userId = null clearFiles() }