fix: product
This commit is contained in:
parent
b5e404c0c1
commit
5b04f424b6
|
@ -98,7 +98,7 @@ export class Product {
|
||||||
|
|
||||||
async getProductPartner(id) {
|
async getProductPartner(id) {
|
||||||
try {
|
try {
|
||||||
const response = await http.get(`/product/by-categories?page=${this.pageProductPartner}&sub-category=${id}`);
|
const response = await http.get(`/product/by-categories?page=${this.pageProductPartner}&pageSize=10&sub-category=${id}`);
|
||||||
console.log(response)
|
console.log(response)
|
||||||
this.dataProductPartner = response.body.data
|
this.dataProductPartner = response.body.data
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user