ソースを参照

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);
         if (title.value === '审核') {
             const res = await approval({
-                volunteerInfoId: parmas.volunteerId,
+                volunteerInfoId: parmas.volunteerInfoId,
                 appStatus: parmas.appStatus,
                 rejectReason: parmas.rejectReason
             })