possibilità di modificare un ordine, e anche i totali
This commit is contained in:
@@ -488,7 +488,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
|
||||
addDynamicPages($router: Router | null) {
|
||||
// console.log('this.mypage', this.mypage)
|
||||
console.log('addDynamicPages.........')
|
||||
/// console.log('addDynamicPages.........')
|
||||
const arrpagesroute: IListRoutes[] = []
|
||||
|
||||
for (const page of this.mypage) {
|
||||
@@ -907,7 +907,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
},
|
||||
|
||||
async loadAfterLogin() {
|
||||
console.log('loadAfterLogin')
|
||||
// console.log('loadAfterLogin')
|
||||
this.clearDataAfterLoginOnlyIfActiveConnection()
|
||||
|
||||
let isok = false
|
||||
|
||||
Reference in New Issue
Block a user