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
   })