Repair Menu

This commit is contained in:
2021-12-23 19:32:29 +07:00
parent 5229359425
commit 884a23ae80
10 changed files with 11 additions and 11 deletions

View File

@@ -36,7 +36,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