Browse Source

优化

master
陈裕财 3 years ago
parent
commit
bed501c0a9
  1. 2
      src/views/xm/rpt/product/menuAgeDist.vue
  2. 4
      src/views/xm/rpt/product/menuAttDist.vue

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

@ -145,7 +145,7 @@
this.filters.iteration=params.xmIteration
if((this.filters.product && this.filters.product.id) || ( this.filters.iteration && this.filters.iteration.id)){
this.searchXmMenuAgeDist()
this.searchXmMenuAgeDist()
}
},

4
src/views/xm/rpt/product/menuAttDist.vue

@ -200,8 +200,8 @@
this.filters.product=params.xmProduct
this.filters.iteration=params.xmIteration
if((this.filters.product && this.filters.product.id) || ( this.filters.iteration && this.filters.iteration.id)){
this.searchXmMenuAttDist()
if((this.filters.product && this.filters.product.id) || ( this.filters.iteration && this.filters.iteration.id)){
this.searchXmMenuAttDist()
}
},

Loading…
Cancel
Save