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

相关内容

热门资讯

深圳市金新农科技股份有限公司关... 证券代码:002548 证券简称:金新农 公告编号:2026-029深圳市金新农科技股份有限公司关于...
上海海欣集团股份有限公司202... 证券代码:600851 证券简称:海欣股份 公告编号:2026-016900917 海欣B股上海海...
一颗果子里的增收“密码” 编者按 特色林果业是兵团农业发展的重要支撑,也是广大职工群众增收致富的重要渠道。近年来,兵团坚...
长沙橘子洲沙滩公园 将进...     橘子洲沙滩公园公共区域提质改造项目效果图。    受访者 供图  三湘都市报6月16日讯 湘...
成名了才有故事,还是有故事才会...   0比0,北京时间6月16日凌晨,面对首次进入世界杯决赛圈的佛得角,美加墨世界杯夺冠最大热门西班牙...