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