this.List = response.rows this.List.forEach(value => { value.c= parseFloat(value.a) + parseFloat(value.b) })