|
|
@@ -1058,6 +1058,9 @@ export default {
|
|
|
this.formData.CompanyType = fdata.CompanyType
|
|
|
}
|
|
|
this.formData.SetupTime = fdata.SetupTime
|
|
|
+ if (this.formData.SetupTime === '0001-01-01T00:00:00Z') {
|
|
|
+ this.formData.SetupTime = new Date()
|
|
|
+ }
|
|
|
this.formData.DepositBank = fdata.DepositBank
|
|
|
this.formData.BankAccount = fdata.BankAccount
|
|
|
this.formData.EMail = fdata.EMail
|