Browse Source

优化

master
陈裕财 3 years ago
parent
commit
b2ec458ad8
  1. 2
      src/views/xm/rpt/product/questionAgeDist.vue
  2. 2
      src/views/xm/rpt/product/questionAttDist.vue
  3. 2
      src/views/xm/rpt/product/questionSort.vue

2
src/views/xm/rpt/product/questionAgeDist.vue

@ -230,7 +230,7 @@
} }
if(this.filters.iteration){ if(this.filters.iteration){
params.iterationId=this.filters.iteration.id
params.linkIterationId=this.filters.iteration.id
} }
getXmQuestionAgeDist(params).then(res=>{ getXmQuestionAgeDist(params).then(res=>{
this.xmQuestionAgeDists=res.data.data this.xmQuestionAgeDists=res.data.data

2
src/views/xm/rpt/product/questionAttDist.vue

@ -303,7 +303,7 @@
} }
if(this.filters.iteration){ if(this.filters.iteration){
params.iterationId=this.filters.iteration.id
params.linkIterationId=this.filters.iteration.id
} }
getXmQuestionAttDist(params).then(res=>{ getXmQuestionAttDist(params).then(res=>{
this.xmQuestionAttDists=res.data.data this.xmQuestionAttDists=res.data.data

2
src/views/xm/rpt/product/questionSort.vue

@ -243,7 +243,7 @@
} }
if(this.filters.iteration){ if(this.filters.iteration){
params.iterationId=this.filters.iteration.id
params.linkIterationId=this.filters.iteration.id
} }

Loading…
Cancel
Save