Browse Source

优化

master
陈裕财 4 years ago
parent
commit
cbca38e76c
  1. 3
      src/views/xm/rpt/product/menuDayTrend.vue
  2. 1
      src/views/xm/rpt/product/productWorkItemDayList.vue

3
src/views/xm/rpt/product/menuDayTrend.vue

@ -128,7 +128,8 @@
this.visible=true; this.visible=true;
this.filters.product=params.xmProduct this.filters.product=params.xmProduct
this.filters.project=params.xmProject this.filters.project=params.xmProject
this.filters.Product=params.xmProduct
this.filters.Product=params.xmProduct
if(this.$refs['xmProductSelect'])this.$refs['xmProductSelect'].clearSelect();
this.$nextTick(()=>{ this.$nextTick(()=>{
this.listXmProductStateHis(); this.listXmProductStateHis();
}) })

1
src/views/xm/rpt/product/productWorkItemDayList.vue

@ -104,6 +104,7 @@
this.filters.project=params.xmProject this.filters.project=params.xmProject
this.filters.iteration=params.xmIteration this.filters.iteration=params.xmIteration
this.xmProductStateHiss=[] this.xmProductStateHiss=[]
if(this.$refs['xmProductSelect'])this.$refs['xmProductSelect'].clearSelect();
this.$nextTick(()=>{ this.$nextTick(()=>{
this.listXmProductStateHis(); this.listXmProductStateHis();
}) })

Loading…
Cancel
Save