Compare commits

...

3 Commits

Author SHA1 Message Date
xiao-fajia
90cf155a95 Merge branch 'master' of http://122.51.230.86:3000/sunliwei/lanan-repair 2024-09-26 10:57:32 +08:00
xiao-fajia
4095ec7700 Merge branch 'master' of http://122.51.230.86:3000/sunliwei/lanan-repair 2024-09-26 10:43:14 +08:00
xiao-fajia
ab3798aef2 更新代码 2024-09-26 10:43:07 +08:00

View File

@ -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",