|
@@ -269,7 +269,7 @@ const submitForm = async (parmas) => {
|
|
|
console.log('submit', parmas);
|
|
|
if (title.value === '审核') {
|
|
|
const res = await approval({
|
|
|
- volunteerInfoId: parmas.volunteerId,
|
|
|
+ volunteerInfoId: parmas.volunteerInfoId,
|
|
|
appStatus: parmas.appStatus,
|
|
|
rejectReason: parmas.rejectReason
|
|
|
})
|