Nested ForEach function in typescript does not recognize atribute

后端 未结 0 948
北荒
北荒 2020-12-02 20:43

I\'m trying to calculate the total of a master-detail model.

  calcularTotales() {
this.dataSource.data.forEach(function (ingreso) {
  console.log(ingreso);
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题