Type '{}' is not assignable to type 'any[] | Iterable | (Iterable & any[]) | (any[] & Iterable) | null | undefined'

前端 未结 0 1339
难免孤独
难免孤独 2020-11-27 23:57
this.resto.getList().subscribe((result)=>{     
  console.warn(result)
  this.collection=result;
})

I am getting the error: core.js:7990 ERROR Er

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