前端工作总结250-uni-扩展运算符实现拼接合并操作

}).then(res=>{
					if (res.data.code == 200) {
						/* 进行合并操作 */
						this.tableData = [...this.tableData, ...res.data.data.records]
						this.pages = res.data.data.pages
						console.log(1)
						console.log(res)
					}
				})

posted @ 2022-09-16 22:44  前端导师歌谣  阅读(18)  评论(0)    收藏  举报