Update updateBooking.vue

parent 59b9333a
...@@ -266,7 +266,7 @@ export default defineComponent({ ...@@ -266,7 +266,7 @@ export default defineComponent({
expectFee: money.value, expectFee: money.value,
fromTime: contractTimeFrom.value, fromTime: contractTimeFrom.value,
toTime: contractTimeTo.value, toTime: contractTimeTo.value,
email: email.value,
phoneCustomer: phone.value, phoneCustomer: phone.value,
}, },
})) as AxiosResponse<BaseResponseBody<unknown>>; })) as AxiosResponse<BaseResponseBody<unknown>>;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment