|
|
@ -93,7 +93,7 @@ |
|
|
if(this.xmIteration && this.xmIteration.id){ |
|
|
if(this.xmIteration && this.xmIteration.id){ |
|
|
return (this.xmIteration?'迭代【'+this.xmIteration.iterationName+'】':'')+'需求每日趋势图' |
|
|
return (this.xmIteration?'迭代【'+this.xmIteration.iterationName+'】':'')+'需求每日趋势图' |
|
|
}else { |
|
|
}else { |
|
|
return (filters.product?'产品【'+filters.product.productName+'】':'')+'需求每日趋势图' |
|
|
|
|
|
|
|
|
return (this.filters.product?'产品【'+this.filters.product.productName+'】':'')+'需求每日趋势图' |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
@ -162,9 +162,8 @@ |
|
|
this.filters.iteration=params.xmIteration |
|
|
this.filters.iteration=params.xmIteration |
|
|
if(this.$refs['xmProductSelect'])this.$refs['xmProductSelect'].clearSelect(); |
|
|
if(this.$refs['xmProductSelect'])this.$refs['xmProductSelect'].clearSelect(); |
|
|
if(this.$refs['xmIterationSelect'])this.$refs['xmIterationSelect'].clearSelect(); |
|
|
if(this.$refs['xmIterationSelect'])this.$refs['xmIterationSelect'].clearSelect(); |
|
|
this.$nextTick(()=>{ |
|
|
|
|
|
|
|
|
|
|
|
this.listXmIterationStateHis(); |
|
|
this.listXmIterationStateHis(); |
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
drawCharts() { |
|
|
drawCharts() { |
|
|
|