From 2b3df6368c608b86561a7b724025cbd5c5f5b733 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 4 Feb 2026 13:02:18 +0700 Subject: [PATCH] fix:add fiedl email phone --- src/components/DialogDebug.vue | 42 ++++++++++++++++++++++++++++++++++ src/views/MainLayout.vue | 4 ++-- 2 files changed, 44 insertions(+), 2 deletions(-) diff --git a/src/components/DialogDebug.vue b/src/components/DialogDebug.vue index 1c76b87..77d5642 100644 --- a/src/components/DialogDebug.vue +++ b/src/components/DialogDebug.vue @@ -48,6 +48,8 @@ const formData = reactive({ system: "user", fileAttachments: [] as File[], menu: "", + email: "", + phone: "", }); /** ฟังก์ชันบันทึกข้อมูล */ @@ -61,6 +63,8 @@ function onSubmit() { system: formData.system, menu: formData.menu, org: orgName.value, + email: formData.email, + phone: formData.phone, }; const res = await http.post(config.API.orgIssues, payload); @@ -175,6 +179,8 @@ function onClose() { formData.title = ""; formData.description = ""; formData.fileAttachments = []; + formData.email = ""; + formData.phone = ""; } @@ -308,6 +314,42 @@ function onClose() { +
+
+
+ +
+
+ +
+
+
diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index bc2d4a6..3251ecb 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -540,7 +540,7 @@ watch( - + - +