Compare commits
3 Commits
60704dc785
...
90cf155a95
Author | SHA1 | Date | |
---|---|---|---|
![]() |
90cf155a95 | ||
![]() |
4095ec7700 | ||
![]() |
ab3798aef2 |
@ -237,7 +237,7 @@
|
||||
this.chooseDate = date.date
|
||||
},
|
||||
submit() {
|
||||
this.formData.bookingTime = (new Date().getFullYear() + "-" + this.chooseDate + " " + this.chooseTime + ":00")
|
||||
this.formData.bookingTime = new Date((new Date().getFullYear() + "-" + this.chooseDate + " " + this.chooseTime + ":00")).getTime()
|
||||
request({
|
||||
url: "/userClient/repair/booking/update",
|
||||
method: "post",
|
||||
|
Loading…
Reference in New Issue
Block a user