bugfix in ##172, forgot to load types
This commit is contained in:
parent
174bef1fce
commit
ef733e040a
|
@ -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: {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue