fix: แก้ type ของ registerDate

This commit is contained in:
Net 2024-06-07 14:47:37 +07:00
parent d2702e6e41
commit 01c756adfb
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ function addData() {
nameEN: '',
legalPersonNo: '',
registerName: '',
registerDate: null,
registerDate: new Date(),
authorizedCapital: '',
employmentOffice: '',
bussinessType: '',

View file

@ -194,7 +194,7 @@ function clearForm() {
nameEN: '',
legalPersonNo: '',
registerName: '',
registerDate: null,
registerDate: new Date(),
authorizedCapital: '',
employmentOffice: '',
bussinessType: '',