update quasar

This commit is contained in:
Surya Paolo
2023-09-28 17:12:59 +02:00
parent 2b359d5260
commit bfceb64811
24 changed files with 4109 additions and 4594 deletions

View File

@@ -385,7 +385,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
}
},
getValueSettingsByKey(key: any, serv: any): any | undefined {
getValueSettingsByKey(key: any, serv: any): any {
const myrec = this.getrecSettingsByKey(key, serv)
// console.log('getValueSettingsByKey', myrec, 'key=', key, 'srv=', serv)
if (myrec) {