fix: key on menu list & product table

This commit is contained in:
2021-12-15 15:54:03 +07:00
parent 6b00b4bb13
commit 1be4d4531d
3 changed files with 6 additions and 8 deletions

View File

@@ -33,8 +33,6 @@ export class Product {
}) ?? []
this.total_data = response.body.total_data ?? 0
console.log(response.body.data, this.filterCategory);
}
async getDataSubCategories() {