diff --git a/src/modules/08_KPI/components/Tab/Dialog/DialogDevelop.vue b/src/modules/08_KPI/components/Tab/Dialog/DialogDevelop.vue index f1cd1ec..dd15491 100644 --- a/src/modules/08_KPI/components/Tab/Dialog/DialogDevelop.vue +++ b/src/modules/08_KPI/components/Tab/Dialog/DialogDevelop.vue @@ -215,7 +215,7 @@ function onSubmit() { reasonDevelopment10: checkOtherBox13 ? reasonDevelopment10.value : "", selectType: choice.value, selectTypeYear: formData.year ? formData.year.toString() : null, - selectTypeId: projectName.value.id ? projectName.value.id : null, + selectTypeId: projectName.value ? projectName.value.id : null, }; showLoader(); http[id.value ? "put" : "post"](url, body)