- fix Indexdb: 1) InsertTodo OK
This commit is contained in:
@@ -119,7 +119,7 @@ export default class Signin extends Vue {
|
||||
.then((riscode) => {
|
||||
if (riscode === rescodes.OK) {
|
||||
router.push('/signin')
|
||||
globalroutines(this, 'loadapp', null)
|
||||
globalroutines(this, 'loadapp', '')
|
||||
}
|
||||
this.checkErrors(riscode)
|
||||
this.$q.loading.hide()
|
||||
|
||||
Reference in New Issue
Block a user