昨天接触了一个项目,我的tbody变量是一个数组,然后数据返回的是数组里面包含对象,我刚开始没看懂这个concat的作用,然后百度一下javascript中的用法,以此记录concat的方法: data() { return { showList:true, tBody:[], detailObj:{}, active: false, standardAddress:'', sendOrderMan:'', broadbandAccount:'' } }, mounted() { this.qu…