|
|
@ -288,22 +288,22 @@ |
|
|
|
|
|
|
|
|
onProductSelected(product){ |
|
|
onProductSelected(product){ |
|
|
this.filters.product=product |
|
|
this.filters.product=product |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
onProductClear(){ |
|
|
onProductClear(){ |
|
|
this.filters.product=null |
|
|
this.filters.product=null |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
onIterationSelected(iteration){ |
|
|
onIterationSelected(iteration){ |
|
|
this.filters.iteration=iteration |
|
|
this.filters.iteration=iteration |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
onIterationClear(){ |
|
|
onIterationClear(){ |
|
|
this.filters.iteration=null |
|
|
this.filters.iteration=null |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
},//end method |
|
|
},//end method |
|
|
mounted() { |
|
|
mounted() { |
|
|
|