diff --git a/src/components/pricelist/PriceList.vue b/src/components/pricelist/PriceList.vue index 25ec347..1eb5571 100644 --- a/src/components/pricelist/PriceList.vue +++ b/src/components/pricelist/PriceList.vue @@ -471,6 +471,7 @@ export default { }, created() { this.getPriceList() + this.getTypes() if (this.isGastro) { this.headers.push({ text: 'Aktion', @@ -478,7 +479,6 @@ export default { sortable: false, filterable: false }) - this.getTypes() } }, watch: { diff --git a/src/plugins/routes.js b/src/plugins/routes.js index 86df7f1..dce9525 100644 --- a/src/plugins/routes.js +++ b/src/plugins/routes.js @@ -1,6 +1,6 @@ //const main = 'https://192.168.5.128:5000/' -//const main = 'http://localhost:5000/' -const main = 'http://192.168.5.118:5000/' +const main = 'http://localhost:5000/' +//const main = 'http://192.168.5.118:5000/' //const main = 'https://groeger-clan.duckdns.org:5000/' const url = {