Explorar el Código

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

WanGxC hace 1 año
padre
commit
b4e80aae1a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
 })
 
 // 页面打开后获取列表数据