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;
});
},

相关内容

热门资讯

上海书展明日如约而至 记者提前... 2026上海书展暨书香中国上海周,将于明天开幕。今年书展主会场仍为上海展览中心和上海书城双主场,目前...
南天信息董事会换届选举:候选人... 8月11日,南天信息(000948)发布公告,公司第九届董事会任期即将届满,决定进行董事会换届选举。...
24岁中国女子赴泰国后失联,我... 据央视新闻,当地时间8月11日,就网络关注的中国女性祁萌赴泰后失联一事,中国驻泰国使馆向总台记者确认...
宝鼎科技澄清:未接触英伟达,无... 8月11日,宝鼎科技(维权)(002552)发布公告,公司股票在2026年8月7日、10日和11日连...
宇树科技中签号出炉 中签号码共... 观点网讯:8月11日晚间,宇树科技网上摇号中签结果出炉,中签号码共有19414个,每个中签号码只能认...