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