Compare commits

..

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

View File

@ -237,7 +237,7 @@
this.chooseDate = date.date this.chooseDate = date.date
}, },
submit() { 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({ request({
url: "/userClient/repair/booking/update", url: "/userClient/repair/booking/update",
method: "post", method: "post",