Fix undefined variable

pull/99/head
Doflatango 2018-07-18 14:55:08 +08:00
parent d3d40e4e92
commit 8a5b7e29b9
2 changed files with 13 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@ -211,7 +211,7 @@ export default {
} }
} }
}). }).
onfailed((msg)=> vm.$bus.$emit('error', data)). onfailed((msg)=> vm.$bus.$emit('error', msg)).
do(); do();
} }