fix: update product list when product deleted

This commit is contained in:
Vlad Stan 2023-07-19 14:07:12 +03:00
parent 780e6e8b1a
commit b9c163f353
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)
}
})
}