Browse Source

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

WanGxC 1 năm trước cách đây
mục cha
commit
b4e80aae1a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
 })
 
 // 页面打开后获取列表数据