Config Menu Partner

This commit is contained in:
2021-12-28 19:33:23 +07:00
parent 84460f02f4
commit 2960264b16
2 changed files with 25 additions and 1 deletions

View File

@@ -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