Compare commits

..

No commits in common. "90cf155a95ee17a1bf45ef6713ca7dffadfe76ca" and "60704dc785be16dac017c0c1e27ac489d6a0af2d" have entirely different histories.

View File

@ -237,7 +237,7 @@
this.chooseDate = date.date
},
submit() {
this.formData.bookingTime = new Date((new Date().getFullYear() + "-" + this.chooseDate + " " + this.chooseTime + ":00")).getTime()
this.formData.bookingTime = (new Date().getFullYear() + "-" + this.chooseDate + " " + this.chooseTime + ":00")
request({
url: "/userClient/repair/booking/update",
method: "post",