}).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) } })
}).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) } })