408249787@qq.com 1 주 전
부모
커밋
31895a55c7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/user/components/conversion.uvue

+ 1 - 1
pages/user/components/conversion.uvue

@@ -5,7 +5,7 @@ import { user } from '@/.cool'
 const recordList = ref<any[]>([])
 onMounted(() => {
   fetchSubjectFeeRecord({
-    userId: user.info.value?.userInfo.userId
+    createdUserId: user.info.value?.userInfo.userId
   }).then(res => {
     recordList.value = res
   })