How to put the data returned three times in angular4 into an array?

Feb.28,2021

this.recordList.push(...v.recordList)

this.serveice.request().map(response => response.json()).subscribe(v=>{});

is it OK to remove this.recordList = null ? Every time the initialization data is cleared, the recordList is also cleared, and the white push is

.
Menu