fix: แก้ type ของ registerDate
This commit is contained in:
parent
d2702e6e41
commit
01c756adfb
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ function addData() {
|
|||
nameEN: '',
|
||||
legalPersonNo: '',
|
||||
registerName: '',
|
||||
registerDate: null,
|
||||
registerDate: new Date(),
|
||||
authorizedCapital: '',
|
||||
employmentOffice: '',
|
||||
bussinessType: '',
|
||||
|
|
|
|||
|
|
@ -194,7 +194,7 @@ function clearForm() {
|
|||
nameEN: '',
|
||||
legalPersonNo: '',
|
||||
registerName: '',
|
||||
registerDate: null,
|
||||
registerDate: new Date(),
|
||||
authorizedCapital: '',
|
||||
employmentOffice: '',
|
||||
bussinessType: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue