- fix Indexdb: 1) InsertTodo OK
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import indexdb from './indexdb'
|
||||
|
||||
export default async (context, cmd, table, data = null) => {
|
||||
console.log('globalroutines', cmd, table, data)
|
||||
return await indexdb(context, cmd, table, data)
|
||||
export default async (context, cmd, table, data, id = '') => {
|
||||
console.log('globalroutines', cmd, table, data, id)
|
||||
return await indexdb(context, cmd, table, data, id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user