feat: revisi fixing filter admin partner and add column biaya admin
This commit is contained in:
@@ -101,7 +101,7 @@ export class Product {
|
||||
}
|
||||
|
||||
async getProductPartner(id) {
|
||||
|
||||
console.log({ id });
|
||||
if (id === undefined) {
|
||||
try {
|
||||
const response = await http.get(`/product/by-categories?page=${this.pageProductPartner}&pageSize=${this.pageSizeProductPartner}&sub-category=`);
|
||||
|
||||
Reference in New Issue
Block a user