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

相关内容

热门资讯

【环球财经】德国工商大会调查显... 转自:新华财经新华财经法兰克福2月18日电(记者尹亮)德国工商大会17日发布最新经济调查报告显示,受...
总台春晚硬核科技大盘点!这些技...   今年春晚以“骐骥驰骋 势不可挡”为主题,开启了一场跨越千年的文化之旅。在春晚舞台上,现代科技加持...
美媒:特朗普距离与伊朗爆发大规... 格隆汇2月18日|据AXIOS,特朗普政府距离在中东发动一场大规模战争比大多数美国人意识到的要近得多...
王珺任咸宁市生态环境局党组书记... (来源:中国环境网)转自:中国环境网据湖北省咸宁市生态环境局网站更新显示,王珺已任咸宁市生态环境局党...
千问“一句话下单”40%是00... 格隆汇2月18日|据硬AI,2月18日,千问APP公布,通过千问“一句话下单”的用户中,00后占比高...