瀏覽代碼

fix:修复bug

chenjj 1 月之前
父節點
當前提交
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);
         console.log('submit', parmas);
         if (title.value === '审核') {
         if (title.value === '审核') {
             const res = await approval({
             const res = await approval({
-                volunteerInfoId: parmas.volunteerId,
+                volunteerInfoId: parmas.volunteerInfoId,
                 appStatus: parmas.appStatus,
                 appStatus: parmas.appStatus,
                 rejectReason: parmas.rejectReason
                 rejectReason: parmas.rejectReason
             })
             })