|
@ -313,7 +313,7 @@ const handleReject = async () => { |
|
|
try { |
|
|
try { |
|
|
const params = { |
|
|
const params = { |
|
|
orderCode: scopeValue.value.orderCode, |
|
|
orderCode: scopeValue.value.orderCode, |
|
|
auditId: adminInfo.value.id, |
|
|
|
|
|
|
|
|
auditId: adminData.value.id, |
|
|
action: 2, |
|
|
action: 2, |
|
|
rejectReason: rejectReason.value |
|
|
rejectReason: rejectReason.value |
|
|
} |
|
|
} |
|
|