国内外时间格式不同导致的bug解决
This commit is contained in:
parent
975ffe7473
commit
e803c63099
@ -2414,7 +2414,7 @@ methods: {
|
||||
customsClear:this.form.customsClear,
|
||||
customsEclaration:this.form.customsEclaration,
|
||||
startSiteCode:this.form.startSiteCode,
|
||||
sendDate:new Date().toLocaleString().replace(/\//g, "-")
|
||||
sendDate:parseTime(new Date())
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -2390,7 +2390,7 @@ methods: {
|
||||
customsClear:this.form.customsClear,
|
||||
customsEclaration:this.form.customsEclaration,
|
||||
startSiteCode:this.form.startSiteCode,
|
||||
sendDate:new Date().toLocaleString().replace(/\//g, "-")
|
||||
sendDate:parseTime(new Date()),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user