update

parent ac036a7c
...@@ -78,7 +78,7 @@ export default defineComponent({ ...@@ -78,7 +78,7 @@ export default defineComponent({
const confirmRefusedCustomer = async () => { const confirmRefusedCustomer = async () => {
try { try {
const browserResult = (await api({ const browserResult = (await api({
url: API_PATHS.bookingBrowsing, url: API_PATHS.customerNotBrowsing,
method: 'POST', method: 'POST',
data: { data: {
id: props.id, id: props.id,
......
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