更新代码
This commit is contained in:
parent
47bda569f7
commit
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