fix: update product list when product deleted

This commit is contained in:
Vlad Stan 2023-07-19 14:07:12 +03:00
parent ee3b161b47
commit f41a502d3b
2 changed files with 34 additions and 31 deletions

View file

@ -22,7 +22,6 @@ async function customerStallList(path) {
},
created() {
console.log('### stalls', this.stalls)
}
})
}