From bf54b56e90868d44a5241272bb3c675758004bd0 Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Thu, 29 Aug 2024 16:53:50 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=94=E0=B8=B1?= =?UTF-8?q?=E0=B8=81id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/08_KPI/components/Tab/Dialog/DialogDevelop.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)