Browse Source

🐞 fix: 广告组合: 趋势图参数传递错误

WanGxC 1 year ago
parent
commit
b4e80aae1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/adManage/portfolios/index.vue

+ 1 - 1
src/views/adManage/portfolios/index.vue

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