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

相关内容

热门资讯

浙江发布一批缩小“三大差距”标... (来源:千龙网)新华社杭州12月5日电(记者许舜达)浙江省以“千万工程”牵引城乡融合发展缩小“三大差...
43.99万元起!别克至境世家... (来源:车联新生态)12月5日,别克至境世家正式上市,新车共推出款车型,售价区间为43.99万元起。...
江苏镇江高端智能制造产业专项母... 经济观察网 天眼查工商信息显示,12月3日,江苏镇江高端智能制造产业专项母基金(有限合伙)成立,执行...
丰田GR GT/雷克萨斯LFA... (来源:车联新生态)12月5日,丰田Gazoo Racing旗下GR GT、GR GT3车型官图正式...
引导“长钱长投” 险企多项业务...   证券时报记者 ​秦燕玲 丁可  12月5日,金融监管总局发布了《关于调整保险公司相关业务风险因子...