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

相关内容

热门资讯

骄阳似我官宣上星 转自:京报网_北京日报官方网站 【#骄阳似我官宣上星#】...
0.6GW/1.2GWh,内蒙... (来源:储能与电力市场)项目接入地点:分别接入阿荣旗220千伏变电站、阿荣旗500千伏变电站、岭东5...
盘前:纳指期货跌1.65% 日...   随着美国与欧洲围绕“控制格陵兰”的对峙看不到任何降温迹象,周二全球股市抛售进一步扩大,而黄金和白...
江西警方再通报“鄱阳湖湿地野生... 澎湃新闻2026-01-20 21:12:44“共青公安”微信公号 江西共青城市公安局1月20日发布...
中国推出一揽子财政金融协同促内... 中新社北京1月20日电 (记者 赵建华)中国财政部等多个部门20日联合推出六项财政金融协同促内需一揽...