From 0afa3a07eea9b716dd2d8a86eba455f7d0d9b951 Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Thu, 29 Aug 2024 16:52:45 +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=81=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/14_KPI/components/Tab/Dialog/DialogDevelop.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)