This commit is contained in:
Yer11214
2024-11-25 10:20:44 +08:00
2 changed files with 7 additions and 4 deletions

View File

@@ -793,8 +793,8 @@ export default {
getGoodsList({
pageNumber: 1,
pageSize: 10,
category: this.goodsDetail.categoryId,
keyword: this.goodsDetail.name,
currentGoodsId: this.goodsDetail.id,
keyword: this.goodsDetail.name
}).then((res) => {
this.likeGoodsList = res.data.result.records;
});