Config Menu Partner
This commit is contained in:
		| @@ -40,7 +40,7 @@ export class Product { | ||||
|     async getData() { | ||||
|         try { | ||||
|             const response = await http.get(`/product/all?supplier=${this.filterSupplier}&sub-category=${this.filterSubCategory}&page=${this.page}&pageSize=${this.pageSize}`); | ||||
|             //console.log(response) | ||||
|             console.log(response) | ||||
|             this.data = response.body.data.map((item, idx) => { | ||||
|                 item.key = idx; | ||||
|                 return item | ||||
|   | ||||
		Reference in New Issue
	
	Block a user