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

相关内容

热门资讯

上周(3.9-3.13)最受青... 数据显示,上周(3月9日-3月13日),华夏中证港股通消费主题ETF(513230)获净申购6745...
3月13日创业板50ETF大成... 3月13日,创业板50ETF大成(159298)跌0.09%,成交额227.56万元。当日份额减少1...
3月13日港股通生物科技ETF... 3月13日,港股通生物科技ETF华安(159102)跌1.54%,成交额3359.64万元。当日份额...
3月13日恒生科技ETF天弘(... 3月13日,恒生科技ETF天弘(520920)跌0.53%,成交额1.80亿元。当日份额增加5400...
3月13日创业板新能源ETF富... 3月13日,创业板新能源ETF富国(159122)涨0.00%,成交额590.26万元。当日份额减少...