element 远程搜索下拉加载
创始人
2024-05-29 10:27:59

created() {
this.getList();
this.getGroupList();
},
directives: {
/** 下拉框懒加载 */
“el-select-loadmore”: {
bind(el, binding) {
const SELECTWRAP_DOM = el.querySelector(
“.el-select-dropdown .el-select-dropdown__wrap”
);
SELECTWRAP_DOM.addEventListener(“scroll”, function () {
const condition =
this.scrollHeight - this.scrollTop <= this.clientHeight;
if (condition) {
binding.value();
}
});
},
},
},

// 远程搜索
remoteMethod(query) {
if (query !== “”) {
this.shopList = [];
this.loadingshop = true;
this.shopParams.name = query;
this.shopParams.page = 1;
this.getcommodityList();
}
},
//下拉加载
loadMore() {
if (this.lastPage) return;
this.shopParams.page++;
this.getcommodityList();
},
// 获取商品列表
getcommodityList() {
getGoodsList(this.shopParams).then((response) => {
this.lastPage = response.data.paginationResponse.lastPage;
var newShop = response.data.paginationResponse.content;
this.shopList = this.shopList.concat(newShop);
this.loadingshop = false;
});
},

相关内容

热门资讯

创新药支付体系破局 (来源:商图药讯)在今年12月上旬,国家医保局正式发布2025年国家基本医保目录和首版商保创新药目录...
百利天恒拟回购 金额1亿至2亿... 12月30日,百利天恒(688506)发布公告,计划以集中竞价交易方式回购股份,金额不低于1亿元且不...
全球大模型第一股来了,市值或超... 记者丨陈归辞编辑丨卜羽勤“全球大模型第一股”来了!北京智谱华章科技股份有限公司(下称“智谱”)今起招...
荣誉+1!长沙县获评“企业家幸... 大家都在看: 12月30日作为2025年度“最具幸福感城市”调查推选活动的组成部分由《瞭望东方周刊》...
中国食品安全大会召开,59个食... 新京报讯(记者刘欢)12月30日,新京报记者获悉,第二十三届中国食品安全大会暨2025全国食品工业科...