vue实现el-select 触底分页+远程搜索的示例
export default {
data() {
return {
slectloading: false, //搜索下拉菜单
ajList: [], //案件数据
total: 0, //案件所有总数(接口返回)
dqajtotal: 0, //当前案件总数(每次存储的长度)
}
},
created() {
this.getajnewlist() //获取案件
},
methods: {
handleScroll() {
console.log('触底了')
console.log(this.dqajtotal, this.ajtotal)
if (this.ajList.length < this.ajtotal) {
this.slectloading = true
this.getajnewlist() //获取案件方法
this.slectloading = false
}
},
// 获取案件
getajnewlist() {
this.selectfy.page = this.selectfy.page + 1
console.log('页码', this.selectfy.page)
this.$axios({
url: 'case/list',
method: 'GET',
params: this.selectfy,
}).then((res) => {
if (res.code === 2000 && res.data) {
console.log('获取成功')
this.ajtotal = res.data.total
if (res.data.records && res.data.records.length > 0) {
res.data.records.forEach((ele) => {
var idx = this.ajList.findIndex((item) => {
return item.caseId == ele.caseId
})
if (idx == -1) {
this.ajList.push(ele)
}
})
}
} else {
console.log(res.resultStr)
}
console.log(res)
})
},
// 关联案件下拉菜单远程搜索
remoteMethod(val) {
console.log('远程搜索', val)
if (val && val.length > 0) {
// 有内容
this.slectloading = true
this.$axios({
url: 'case/list',
method: 'GET',
params: {
size: 10,
caseName: val,
},
}).then((res) => {
console.log('远程搜索', res)
this.ajList = res.data.records //案件信息
this.slectloading = false
})
} else {
this.slectloading = true
this.$axios({
url: 'case/list',
method: 'GET',
params: {
size: 10,
},
}).then((res) => {
console.log(res)
console.log('远程搜索', res)
this.ajList = res.data.records //案件信息
this.slectloading = false
})
}
},
},
}
- .NET Core系列之MemoryCache 初识
- 007手机一键Root(安机网一键Root) v3.0 官方最新版 一键ROOT您的Android手机
- 12306密码被盗了怎么办?12306密码外泄解决方法
- 12个字的qq网名
- 150M迷你型无线路由器怎么设置?
- 192.168.1.1打不开怎么办?路由器192.168.1.1打不开的原因以及解决办法
- 2011年电子报合订本 电子报 编辑部 中文 PDF版 [84M]
- 2015年1月15日小米新旗舰发布会现场图文直播
- 2016.3.1vivo Xplay5新品发布会现场视频直播 优酷直播
- 2016华为P9发布会视频直播地址 4月15日华为P9国行发布会直播