Update openDialogRefusedBrowser.vue

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