Update openDialogRefusedBrowser.vue

parent 774eae95
...@@ -82,7 +82,7 @@ export default defineComponent({ ...@@ -82,7 +82,7 @@ export default defineComponent({
method: 'POST', method: 'POST',
data: { data: {
id: props.id, id: props.id,
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