提交 31738401 编写于 作者: d-u-a's avatar d-u-a

unicloud-db, 开发环境下,查询出错时打印错误

上级 bd9c3666
......@@ -287,6 +287,9 @@ export default {
this.errorMessage = err
callback && callback()
this.$emit(events.error, err)
if (process.env.NODE_ENV === 'development') {
console.error(err)
}
})
},
_getExec () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册