소스 검색

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

WanGxC 1 년 전
부모
커밋
b4e80aae1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
 })
 
 // 页面打开后获取列表数据