1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-26 15:50:01 +08:00

bugfix call user uuid (#205)

This commit is contained in:
Leonel Matos 2019-12-12 18:43:27 -04:00 committed by Yamel Senih
parent 88c6e5838a
commit c4938ee879

View File

@ -90,7 +90,7 @@ const actions = {
const userInfo = responseGetInfo.userInfo
commit('SET_NAME', responseGetInfo.name)
commit('SET_INTRODUCTION', userInfo.description)
commit('SET_USER_UUID', responseGetInfo.uuid)
commit('SET_USER_UUID', userInfo.uuid)
// TODO: return 'Y' or 'N' string values as data type Booelan (4)
// TODO: return #Date as long data type Date (5)