408249787@qq.com 1 tuần trước cách đây
mục cha
commit
31895a55c7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
   })