From 32ae1f2dc9f297c0a8651f37785bf7c985502a17 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Fri, 1 Mar 2024 10:17:42 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=84=E0=B9=88=E0=B8=B2=E0=B9=80=E0=B8=A3?= =?UTF-8?q?=E0=B8=B4=E0=B9=88=E0=B8=A1=E0=B8=95=E0=B9=89=E0=B8=99=20?= =?UTF-8?q?=E0=B8=9B=E0=B8=B1=E0=B8=88=E0=B8=88=E0=B8=B8=E0=B8=9A=E0=B8=B1?= =?UTF-8?q?=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../13_salary/components/SalaryChart/DialogFormMain.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/13_salary/components/SalaryChart/DialogFormMain.vue b/src/modules/13_salary/components/SalaryChart/DialogFormMain.vue index 0c955d58d..a8196f64b 100644 --- a/src/modules/13_salary/components/SalaryChart/DialogFormMain.vue +++ b/src/modules/13_salary/components/SalaryChart/DialogFormMain.vue @@ -51,9 +51,9 @@ const formData = reactive({ posTypeId: "", //*ประเภทของตำแหน่ง posLevelId: "", //*ระดับของตำแหน่ง isActive: false, //*สถานะการใช้งาน - date: null, //ให้ไว้ ณ วันที่ - startDate: null, //วันที่มีผลบังคับใช้ - endDate: null, //วันที่สิ้นสุดบังคับใช้ + date: new Date(), //ให้ไว้ ณ วันที่ + startDate: new Date(), //วันที่มีผลบังคับใช้ + endDate: new Date(), //วันที่สิ้นสุดบังคับใช้ details: "", //คำอธิบาย isSpecial: false, });