|
@@ -59,7 +59,7 @@ emitter.on('protfolios-update', (value: any) => {
|
|
|
|
|
|
const queryParams = ref({
|
|
const queryParams = ref({
|
|
profileId: profile.value.profile_id,
|
|
profileId: profile.value.profile_id,
|
|
- updateDateRange,
|
|
|
|
|
|
+ dateRange: updateDateRange,
|
|
})
|
|
})
|
|
|
|
|
|
// 页面打开后获取列表数据
|
|
// 页面打开后获取列表数据
|