前端工作总结247-uni-拼接解决下拉刷新问题
发布时间:2023-12-11 09:17:59 265 相关标签:
getData(){
this.$u.api.getInstitution({
marketId: this.vuex_user.market_id,
pageNo: this.pageNo,
pageSize: this.size,
}).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)
}
})
},
文章来源: https://blog.51cto.com/u_14476028/5684669
特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报