Update openDialogRefusedBrowser.vue

parent feeba63e
......@@ -56,7 +56,7 @@ export default defineComponent({
type: Boolean,
required: true,
},
id: {
customerId: {
type: Number,
required: true,
},
......@@ -81,7 +81,7 @@ export default defineComponent({
url: API_PATHS.customerNotBrowsing,
method: 'POST',
data: {
id: props.id,
id: props.customerId,
isCustomer: 1,
approvalStatus: 2,
reason: content.value,
......
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