- Iscrizione Conacreis

- Ordini
- Carrello
This commit is contained in:
Paolo Arena
2021-04-30 01:32:44 +02:00
parent 30dbd9bb57
commit 0a0ed62e27
69 changed files with 1702 additions and 1243 deletions

View File

@@ -2,10 +2,12 @@ import indexdb from './indexdb'
import { GlobalStore } from '../store/Modules'
export default async (context, cmd, table, data = null, id = '') => {
const descr = data !== null ? data.descr : ''
// const descr = data !== null ? data.descr : ''
// console.log('globalroutines', cmd, table, descr, id)
return await indexdb(context, cmd, table, data, id)
return indexdb(context, cmd, table, data, id)
.then((ris) => {
console.log('GlobalStore.state.connData', GlobalStore.state.connData)
setTimeout(() => {
GlobalStore.state.connData.uploading_indexeddb = 0
GlobalStore.state.connData.downloading_indexeddb = 0