请问老师concat为什么不行?
来源:9-4 商品列表分页和排序功能实现(下)
xxl_558
2017-12-08
错误是:GoodsList.vue?5b4d:127 Uncaught (in promise) TypeError: _this.goodsList.concat is not a function
代码是 this.goodsList = this.goodsList.concat(res.result.list);
我打印了this.goodsList没有问题,res.result.list也没有问题,concat没有这个函数怎么回事呢
写回答
2回答
-
qq_lk_12
2018-04-27
怎么解决的
00 -
xxl_558
提问者
2017-12-08
顺利解决。
012020-01-29
相似问题