408249787@qq.com 1 semana atrás
pai
commit
31895a55c7
1 arquivos alterados com 1 adições e 1 exclusões
  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
   })