chenjj 1 месяц назад
Родитель
Сommit
8b7e7526bf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/staff/volunteer/manage/index.vue

+ 1 - 1
src/views/staff/volunteer/manage/index.vue

@@ -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
             })