diff --git a/src/modules/14_KPI/components/Tab/Dialog/DialogDevelop.vue b/src/modules/14_KPI/components/Tab/Dialog/DialogDevelop.vue index 5b5c9cb9a..20e2c9ddc 100644 --- a/src/modules/14_KPI/components/Tab/Dialog/DialogDevelop.vue +++ b/src/modules/14_KPI/components/Tab/Dialog/DialogDevelop.vue @@ -211,7 +211,7 @@ function onSubmit() { 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)